I messed something up again

This commit is contained in:
Lennart
2025-01-22 16:49:33 +01:00
parent 4d15804931
commit 8986796ecd

View File

@@ -31,7 +31,7 @@ pub struct MkcolCalendarProp {
// 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,
calendar_free_busy_set: Option<Unparsed>,
}
#[derive(XmlDeserialize, Clone, Debug)]