diff options
Diffstat (limited to 'vdirsyncer')
-rw-r--r-- | vdirsyncer/.config/vdirsyncer/config | 18 |
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"] |