From 47009246a78487eb3fbd708141cdbf101e1d5e4a Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 29 May 2018 15:28:40 +0200 Subject: [PATCH] bork --- cal/.config/vdirsyncer/config | 53 +++++++++++++---------------------- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/cal/.config/vdirsyncer/config b/cal/.config/vdirsyncer/config index f52762c..bada49b 100644 --- a/cal/.config/vdirsyncer/config +++ b/cal/.config/vdirsyncer/config @@ -47,37 +47,22 @@ url = "https://cal.martlubbers.net/dav.php/calendars" #auth = digest username = "mart" password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] -## -## Tasks -#[pair tasks] -#a = "tasks_local" -#b = "tasks_remote" -#conflict_resolution = "a wins" -#collections = ["from b"] -# -#[storage tasks_local] -#type = "filesystem" -#path = "~/.vdirsyncer/tasks" -#fileext = ".ics" -# -#[storage tasks_remote] -#type = "caldav" -#url = "https://cal.martlubbers.net/caldav.php/task" -##auth = digest -#username = "task" -#password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] -# -## UNI -#[pair uni] -#a = "uni_local" -#b = "uni_remote" -#collections = null -# -#[storage uni_local] -#type = "filesystem" -#path = "~/.vdirsyncer/uni" -#fileext = ".ics" -# -#[storage uni_remote] -#type = "http" -#url = "http://persoonlijkrooster.ru.nl/ical?57b59e14&eu=czQxMDk1MDM=&t=9d96e939-2d1b-4b49-b376-93937bc08725" + +# Tasks +[pair tasks] +a = "tasks_local" +b = "tasks_remote" +conflict_resolution = "a wins" +collections = ["from b"] + +[storage tasks_local] +type = "filesystem" +path = "~/.vdirsyncer/tasks" +fileext = ".ics" + +[storage tasks_remote] +type = "caldav" +url = "https://cal.martlubbers.net/dav.php/calendars" +#auth = digest +username = "task" +password.fetch = ["command", "pass", "show", "caldav_ygdrassil/mart"] -- 2.20.1