mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 15:52:27 +00:00
caldav: Add namespace for getctag
This commit is contained in:
@@ -79,7 +79,8 @@ pub enum CalendarProp {
|
|||||||
// Collection Synchronization (RFC 6578)
|
// Collection Synchronization (RFC 6578)
|
||||||
SyncToken(String),
|
SyncToken(String),
|
||||||
|
|
||||||
// Didn't find the spec
|
// CalendarServer
|
||||||
|
#[serde(rename = "CS:getctag", alias = "getctag")]
|
||||||
Getctag(String),
|
Getctag(String),
|
||||||
|
|
||||||
#[serde(other)]
|
#[serde(other)]
|
||||||
|
|||||||
Reference in New Issue
Block a user