mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
Update calnedar resource sync-token
This commit is contained in:
@@ -145,14 +145,10 @@ impl Resource for CalendarFile {
|
|||||||
CalendarPropName::SupportedReportSet => {
|
CalendarPropName::SupportedReportSet => {
|
||||||
CalendarProp::SupportedReportSet(SupportedReportSet::default())
|
CalendarProp::SupportedReportSet(SupportedReportSet::default())
|
||||||
}
|
}
|
||||||
CalendarPropName::SyncToken => CalendarProp::SyncToken(format!(
|
CalendarPropName::SyncToken => {
|
||||||
"github.com/lennart-k/rustical/ns/{}",
|
CalendarProp::SyncToken(self.calendar.format_synctoken())
|
||||||
self.calendar.synctoken
|
}
|
||||||
)),
|
CalendarPropName::Getctag => CalendarProp::Getctag(self.calendar.format_synctoken()),
|
||||||
CalendarPropName::Getctag => CalendarProp::Getctag(format!(
|
|
||||||
"github.com/lennart-k/rustical/ns/{}",
|
|
||||||
self.calendar.synctoken
|
|
||||||
)),
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user