From 594504d0aeade8c499af5b6d521f677864c3357c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 22 Jun 2017 14:11:46 +0100 Subject: Update vdirsyncer config --- vdirsyncer/.config/vdirsyncer/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vdirsyncer') 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"] -- cgit v1.2.3