mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
Add mkcalendar property
This commit is contained in:
@@ -28,6 +28,10 @@ pub struct MkcolCalendarProp {
|
|||||||
resourcetype: Unparsed,
|
resourcetype: Unparsed,
|
||||||
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
|
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
|
||||||
supported_calendar_component_set: Option<SupportedCalendarComponentSet>,
|
supported_calendar_component_set: Option<SupportedCalendarComponentSet>,
|
||||||
|
// Ignore that property, we don't support it but also don't want to throw an error
|
||||||
|
#[xml(ns = "rustical_dav::namespace::NS_CALDAV")]
|
||||||
|
#[allow(dead_code)]
|
||||||
|
calendar_free_busy_set: Unparsed,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(XmlDeserialize, Clone, Debug)]
|
#[derive(XmlDeserialize, Clone, Debug)]
|
||||||
|
|||||||
Reference in New Issue
Block a user