Syncs without handling conflicts
This commit is contained in:
parent
4dd0bea78b
commit
6fe9b71e16
4 changed files with 131 additions and 7 deletions
|
@ -14,9 +14,10 @@ pub mod calendar;
|
|||
pub use calendar::Calendar;
|
||||
mod task;
|
||||
pub use task::Task;
|
||||
pub mod provider;
|
||||
pub use provider::Provider;
|
||||
|
||||
pub mod client;
|
||||
pub mod provider;
|
||||
pub mod cache;
|
||||
|
||||
pub mod settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue