This commit is contained in:
daladim 2021-02-28 18:02:01 +01:00
parent df9d5a2d07
commit f06b5ac9ae
3 changed files with 18 additions and 6 deletions

View file

@ -61,6 +61,7 @@ static TASKS_BODY: &str = r#"
"#;
/// A CalDAV source that fetches its data from a CalDAV server
pub struct Client {
url: Url,
username: String,