From c19d989896c4ff040c0121fde66c62d5f39b068e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 9 Jan 2023 13:04:14 +0100 Subject: [khal+vdirsyncer] add config files --- .config/vdirsyncer/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/vdirsyncer/config (limited to '.config/vdirsyncer') diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config new file mode 100644 index 0000000..e5bff7d --- /dev/null +++ b/.config/vdirsyncer/config @@ -0,0 +1,19 @@ +[general] +status_path = "~/.local/share/vdirsyncer/status" + +[pair calendar_radicale] +a = "calendar_radicale_local" +b = "calendar_radicale_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage calendar_radicale_local] +type = "filesystem" +path = "~/.local/share/vdirsyncer/storages/calendar_radicale_local/" +fileext = ".ics" + +[storage calendar_radicale_remote] +type = "caldav" +url.fetch = ["command", "pass", "radicale/url"] +username.fetch = ["command", "pass" , "radicale/username"] +password.fetch = ["command", "pass" , "radicale/password"] -- cgit v1.2.3