Migrate from Event type to CalendarObject

This is preparation to support other calendar components like VTODO and
VJOURNAL
This commit is contained in:
Lennart
2024-09-30 19:35:54 +02:00
parent 41d68f9ae0
commit b3a7806139
14 changed files with 229 additions and 161 deletions

View File

@@ -1,5 +1,6 @@
pub mod calendar;
pub mod event;
pub mod object;
pub use calendar::Calendar;
pub use event::Event;
pub use object::CalendarObject;