summaryrefslogtreecommitdiff
path: root/.config/vdirsyncer/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/vdirsyncer/config')
-rw-r--r--.config/vdirsyncer/config19
1 files changed, 19 insertions, 0 deletions
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"]