aboutsummaryrefslogtreecommitdiffstats
path: root/.vdirsyncer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-10-01 21:44:06 +0200
committerDavid Runge <dave@sleepmap.de>2017-10-01 21:44:06 +0200
commit24758b91c69b8ca7a4b3efebd04988e3631369f8 (patch)
tree4dc4c82a576cfacd837badf2cba8d65af49a2644 /.vdirsyncer
parent74edeb781417a847e233a902c23c53ed6907a11f (diff)
downloaddotfiles-24758b91c69b8ca7a4b3efebd04988e3631369f8.tar.gz
dotfiles-24758b91c69b8ca7a4b3efebd04988e3631369f8.tar.bz2
dotfiles-24758b91c69b8ca7a4b3efebd04988e3631369f8.tar.xz
dotfiles-24758b91c69b8ca7a4b3efebd04988e3631369f8.zip
.vdirsyncer/config: Removing pair akt_calendar.
Diffstat (limited to '.vdirsyncer')
-rw-r--r--.vdirsyncer/config17
1 files changed, 0 insertions, 17 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config
index 59ed683..2d86e44 100644
--- a/.vdirsyncer/config
+++ b/.vdirsyncer/config
@@ -36,20 +36,3 @@ url = "https://cloud.sleepmap.de/caldav/"
username = "dave"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]
-
-[pair akt_calendar]
-a = "akt_calendar_local"
-b = "akt_calendar_remote"
-collections = ["ak_shared_by_mvoigt", "akurlaub_shared_by_mvoigt", "grossesstudio_shared_by_mvoigt", "kleinesstudio_shared_by_mvoigt", "studioausleihe_shared_by_mvoigt", "studiotermine_shared_by_mvoigt"]
-conflict_resolution = "b wins"
-
-[storage akt_calendar_local]
-type = "filesystem"
-path = "~/.calendars/"
-fileext = ".ics"
-
-[storage akt_calendar_remote]
-type = "caldav"
-url = "https://www2.ak.tu-berlin.de/.cloudy/remote.php/dav/"
-username = "drunge"
-password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"]