summaryrefslogtreecommitdiff
path: root/vdirsyncer/.config
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-06-22 14:11:46 +0100
committerUrbain Vaes <urbain@vaes.uk>2017-06-22 14:11:46 +0100
commit594504d0aeade8c499af5b6d521f677864c3357c (patch)
tree2ce5be81c1c3e3c68ae764eef75ae3a3aca1a8d2 /vdirsyncer/.config
parentd58ce0eafa00750954fc0d807b9bdfb122b07f06 (diff)
Update vdirsyncer config
Diffstat (limited to 'vdirsyncer/.config')
-rw-r--r--vdirsyncer/.config/vdirsyncer/config18
1 files changed, 9 insertions, 9 deletions
diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config
index 0b2b070..a547af9 100644
--- a/vdirsyncer/.config/vdirsyncer/config
+++ b/vdirsyncer/.config/vdirsyncer/config
@@ -1,20 +1,20 @@
[general]
-status_path = ~/.config/vdirsyncer/status/
+status_path = "~/.config/vdirsyncer/status/"
# CALDAV
[pair calendar]
-a = calendar_local
-b = calendar_remote
+a = "calendar_local"
+b = "calendar_remote"
collections = ["from b"]
-conflict_resolution = b wins
+conflict_resolution = "b wins"
[storage calendar_local]
-type = filesystem
-path = ~/.calendars/
-fileext = .ics
+type = "filesystem"
+path = "~/.calendars/"
+fileext = ".ics"
[storage calendar_remote]
-type = caldav
+type = "caldav"
url = "https://cal.urbainvaes.com/"
-username = urbain
+username = "urbain"
password.fetch = ["command", "pass", "show", "radicale/urbain"]