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

@@ -5,3 +5,9 @@ pub mod todo;
pub use calendar::Calendar;
pub use object::CalendarObject;
pub mod addressbook;
pub use addressbook::Addressbook;
pub mod address_object;
pub use address_object::AddressObject;