aboutsummaryrefslogtreecommitdiffstats
path: root/.vdirsyncer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-11-28 14:10:47 +0100
committerDavid Runge <dave@sleepmap.de>2016-11-28 14:10:47 +0100
commita5d73cf53fb1a858dfa0925e64cdb7083bed0d67 (patch)
tree93a013a1389f04ed1742fa1ad708af3cc5537c81 /.vdirsyncer
parentf07725afa7346b47355ef9b7be28f6934a007f4e (diff)
downloaddotfiles-a5d73cf53fb1a858dfa0925e64cdb7083bed0d67.tar.gz
dotfiles-a5d73cf53fb1a858dfa0925e64cdb7083bed0d67.tar.bz2
dotfiles-a5d73cf53fb1a858dfa0925e64cdb7083bed0d67.tar.xz
dotfiles-a5d73cf53fb1a858dfa0925e64cdb7083bed0d67.zip
.vdirsyncer/config: Wrapping all strings in double quotes.
Diffstat (limited to '.vdirsyncer')
-rw-r--r--.vdirsyncer/config56
1 files changed, 28 insertions, 28 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config
index 5c12bee..d7a476a 100644
--- a/.vdirsyncer/config
+++ b/.vdirsyncer/config
@@ -3,72 +3,72 @@ status_path = "~/.vdirsyncer/status/"
# carddav
[pair dave_contacts]
-a = dave_contacts_local
-b = dave_contacts_remote
+a = "dave_contacts_local"
+b = "dave_contacts_remote"
collections = ["contacts"]
conflict_resolution = "b wins"
[storage dave_contacts_local]
-type = filesystem
+type = "filesystem"
path = "~/.contacts/"
-fileext = .vcf
+fileext = ".vcf"
[storage dave_contacts_remote]
-type = carddav
-url = https://cloud.sleepmap.de/carddav/
-username = dave
+type = "carddav"
+url = "https://cloud.sleepmap.de/carddav/"
+username = "dave"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"]
[pair akt_contacts]
-a = akt_contacts_local
-b = akt_contacts_remote
+a = "akt_contacts_local"
+b = "akt_contacts_remote"
collections = ["exteam", "studio", "team"]
conflict_resolution = "b wins"
[storage akt_contacts_local]
-type = filesystem
+type = "filesystem"
path = "~/.contacts/"
-fileext = .vcf
+fileext = ".vcf"
[storage akt_contacts_remote]
-type = carddav
-url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/
-username = drunge
+type = "carddav"
+url = "https://www2.ak.tu-berlin.de/.cloudy/remote.php/carddav/"
+username = "drunge"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"]
# caldav
[pair dave_calendar]
-a = dave_calendar_local
-b = dave_calendar_remote
+a = "dave_calendar_local"
+b = "dave_calendar_remote"
collections = ["concerts", "contact_birthdays", "flat", "private", "work"]
[storage dave_calendar_local]
-type = filesystem
+type = "filesystem"
path = "~/.calendars/"
-fileext = .ics
+fileext = ".ics"
[storage dave_calendar_remote]
-type = caldav
-url = https://cloud.sleepmap.de/caldav/
-username = dave
+type = "caldav"
+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
+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
+type = "filesystem"
path = "~/.calendars/"
-fileext = .ics
+fileext = ".ics"
[storage akt_calendar_remote]
-type = caldav
-url = https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/
-username = drunge
+type = "caldav"
+url = "https://www2.ak.tu-berlin.de/.cloudy/remote.php/caldav/"
+username = "drunge"
password.fetch = ["command", "~/bin/pass2vdirsyncer", "drunge", "www2.ak.tu-berlin.de"]