mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
Fix a few principal urls
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user