Fix a few principal urls

This commit is contained in:
Lennart
2024-06-30 20:35:08 +02:00
parent eda4cea4e6
commit b6debf2ad2
2 changed files with 12 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ impl Resource for CalendarFile {
HrefElement::new(format!("{}/user/{}/", prefix, self.principal)),
)),
CalendarPropName::Owner => Ok(CalendarProp::Owner(HrefElement::new(format!(
"{}/{}/",
"{}/user/{}/",
prefix, self.principal
)))),
CalendarPropName::Displayname => {