mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
caldav: Set correct namespace for supported-calendar-component
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct SupportedCalendarComponent {
|
|||||||
|
|
||||||
#[derive(Debug, Clone, XmlDeserialize, XmlSerialize, PartialEq)]
|
#[derive(Debug, Clone, XmlDeserialize, XmlSerialize, PartialEq)]
|
||||||
pub struct SupportedCalendarComponentSet {
|
pub struct SupportedCalendarComponentSet {
|
||||||
#[xml(flatten)]
|
#[xml(ns = "rustical_dav::namespace::NS_CALDAV", flatten)]
|
||||||
pub comp: Vec<SupportedCalendarComponent>,
|
pub comp: Vec<SupportedCalendarComponent>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user