From 32f3d9eaf09be0979bac350364fc0c01bd29fe24 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 4 Nov 2016 08:31:28 +0100 Subject: [PATCH] update new vdirsyncer config --- cal/.config/vdirsyncer/config | 66 +++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/cal/.config/vdirsyncer/config b/cal/.config/vdirsyncer/config index 670e6aa..4797b92 100644 --- a/cal/.config/vdirsyncer/config +++ b/cal/.config/vdirsyncer/config @@ -4,79 +4,79 @@ # Run `vdirsyncer --help` for CLI usage. # # Optional parameters are commented out. -# This file doesn't document all available parameters, see +# This file doesn"t document all available parameters, see # http://vdirsyncer.readthedocs.org/ for the rest of them. [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = ~/.vdirsyncer/status/ +status_path = "~/.vdirsyncer/status/" # CARDDAV [pair contacts] -a = contacts_local -b = contacts_remote +a = "contacts_local" +b = "contacts_remote" collections = ["from b"] [storage contacts_local] -type = filesystem -path = ~/.vdirsyncer/card -fileext = .vcf +type = "filesystem" +path = "~/.vdirsyncer/card" +fileext = ".vcf" [storage contacts_remote] -type = carddav -url = https://cal.martlubbers.net/caldav.php/mart +type = "carddav" +url = "https://cal.martlubbers.net/caldav.php/mart" #auth = digest -username = mart +username = "mart" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] # CALDAV [pair calendar] -a = calendar_local -b = calendar_remote +a = "calendar_local" +b = "calendar_remote" collections = ["from b"] [storage calendar_local] -type = filesystem -path = ~/.vdirsyncer/cal -fileext = .ics +type = "filesystem" +path = "~/.vdirsyncer/cal" +fileext = ".ics" [storage calendar_remote] -type = caldav -url = https://cal.martlubbers.net/caldav.php/mart +type = "caldav" +url = "https://cal.martlubbers.net/caldav.php/mart" #auth = digest -username = mart +username = "mart" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] # # Tasks [pair tasks] -a = tasks_local -b = tasks_remote -conflict_resolution = a wins +a = "tasks_local" +b = "tasks_remote" +conflict_resolution = "a wins" collections = ["from b"] [storage tasks_local] -type = filesystem -path = ~/.vdirsyncer/tasks -fileext = .ics +type = "filesystem" +path = "~/.vdirsyncer/tasks" +fileext = ".ics" [storage tasks_remote] -type = caldav -url = https://cal.martlubbers.net/caldav.php/task +type = "caldav" +url = "https://cal.martlubbers.net/caldav.php/task" #auth = digest -username = task +username = "task" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] # UNI [pair uni] -a = uni_local -b = uni_remote +a = "uni_local" +b = "uni_remote" collections = null [storage uni_local] -type = filesystem -path = ~/.vdirsyncer/uni -fileext = .ics +type = "filesystem" +path = "~/.vdirsyncer/uni" +fileext = ".ics" [storage uni_remote] -type = http +type = "http" url = "http://persoonlijkrooster.ru.nl/ical?57b59e14&eu=czQxMDk1MDM=&t=9d96e939-2d1b-4b49-b376-93937bc08725" -- 2.20.1