mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
Migrate from Event type to CalendarObject
This is preparation to support other calendar components like VTODO and VJOURNAL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user