mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Add first VTODO support
This commit is contained in:
@@ -115,9 +115,14 @@ impl Resource for CalendarResource {
|
||||
CalendarPropName::CalendarOrder => CalendarProp::CalendarOrder(Some(self.0.order)),
|
||||
CalendarPropName::SupportedCalendarComponentSet => {
|
||||
CalendarProp::SupportedCalendarComponentSet(SupportedCalendarComponentSet {
|
||||
comp: vec![SupportedCalendarComponent {
|
||||
name: "VEVENT".to_owned(),
|
||||
}],
|
||||
comp: vec![
|
||||
SupportedCalendarComponent {
|
||||
name: "VEVENT".to_owned(),
|
||||
},
|
||||
SupportedCalendarComponent {
|
||||
name: "VTODO".to_owned(),
|
||||
},
|
||||
],
|
||||
})
|
||||
}
|
||||
CalendarPropName::SupportedCalendarData => {
|
||||
|
||||
Reference in New Issue
Block a user