Parsing calendars from server

This commit is contained in:
daladim 2021-02-21 00:16:40 +01:00
parent 0f081f78b4
commit ca0d07f16a
6 changed files with 218 additions and 21 deletions

View file

@ -5,7 +5,7 @@
use std::sync::Arc;
use std::error::Error;
mod calendar;
pub mod calendar;
mod task;
mod client;