Added the CalDavSource trait
This commit is contained in:
parent
364c91fed2
commit
cefcb7289f
3 changed files with 13 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue