caldav: Add namespace for getctag

This commit is contained in:
Lennart
2024-11-10 14:50:23 +01:00
parent 29313b27e9
commit dc4e0c7f28

View File

@@ -79,7 +79,8 @@ pub enum CalendarProp {
// Collection Synchronization (RFC 6578)
SyncToken(String),
// Didn't find the spec
// CalendarServer
#[serde(rename = "CS:getctag", alias = "getctag")]
Getctag(String),
#[serde(other)]