Added the CalDavSource trait

This commit is contained in:
daladim 2021-02-25 00:47:39 +01:00
parent 364c91fed2
commit cefcb7289f
3 changed files with 13 additions and 43 deletions

View file

@ -8,6 +8,8 @@
//! A `Provider` abstracts these two sources by merging them together into one virtual source. \
//! It also handles synchronisation between the local cache and the server.
pub mod traits;
pub mod calendar;
pub use calendar::Calendar;
mod task;