caldav: Set correct namespace for supported-calendar-component

This commit is contained in:
Lennart
2025-01-04 16:46:26 +01:00
parent 577091cf02
commit d1350af269

View File

@@ -9,7 +9,7 @@ pub struct SupportedCalendarComponent {
#[derive(Debug, Clone, XmlDeserialize, XmlSerialize, PartialEq)]
pub struct SupportedCalendarComponentSet {
#[xml(flatten)]
#[xml(ns = "rustical_dav::namespace::NS_CALDAV", flatten)]
pub comp: Vec<SupportedCalendarComponent>,
}