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

@@ -1,5 +1,6 @@
pub mod calendar;
pub mod event;
pub mod journal;
pub mod object;
pub mod todo;