Add initial carddav support

This commit is contained in:
Lennart
2024-10-27 14:10:01 +01:00
parent 30a795b816
commit 86feb4e189
30 changed files with 2094 additions and 94 deletions

View File

@@ -1,8 +1,11 @@
pub mod addressbook_store;
pub mod calendar_store;
pub mod error;
pub mod model;
pub mod sqlite_store;
pub mod timestamp;
pub use calendar_store::CalendarStore;
pub use error::Error;
pub mod auth;
pub use addressbook_store::AddressbookStore;
pub use calendar_store::CalendarStore;