Add namespace

This commit is contained in:
Lennart
2024-12-31 20:06:10 +01:00
parent 5cacca9046
commit b7f090e467
3 changed files with 10 additions and 2 deletions

View File

@@ -66,11 +66,13 @@ pub enum CalendarProp {
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
#[xml(skip_deserializing)]
SupportedCalendarComponentSet(SupportedCalendarComponentSet),
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
#[xml(skip_deserializing)]
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
SupportedCalendarData(SupportedCalendarData),
#[xml(ns = "rustical_dav::namespace::NS_DAV")]
MaxResourceSize(i64),
#[xml(skip_deserializing)]
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
SupportedReportSet(SupportedReportSet),
// Collection Synchronization (RFC 6578)