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