Rename events to calendar objects

This commit is contained in:
Lennart
2024-10-03 15:59:19 +02:00
parent 24419397c3
commit 6eaaae37b3
24 changed files with 394 additions and 44 deletions

View File

@@ -1,7 +1,8 @@
pub mod calendar_store;
pub mod error;
pub mod model;
pub mod sqlite_store;
pub mod store;
pub mod timestamp;
pub use calendar_store::CalendarStore;
pub use error::Error;
pub use store::CalendarStore;