Added an iCal parser

This commit is contained in:
daladim 2021-03-29 09:31:22 +02:00
parent f6d542460c
commit b54fe5e228
6 changed files with 195 additions and 0 deletions

View file

@ -26,6 +26,7 @@ pub use provider::Provider;
pub mod client;
pub mod cache;
pub mod ical;
pub mod settings;
pub mod utils;