caldav: Support VJOURNAL

This commit is contained in:
Lennart
2024-10-27 16:32:08 +01:00
parent b35b10962b
commit 53d2ea10e6
5 changed files with 23 additions and 2 deletions

View File

@@ -143,6 +143,9 @@ impl Resource for CalendarResource {
SupportedCalendarComponent {
name: "VTODO".to_owned(),
},
SupportedCalendarComponent {
name: "VJOURNAL".to_owned(),
},
],
})
}