summaryrefslogtreecommitdiff
path: root/vdirsyncer
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-10-27 01:07:11 +0200
committerUrbain Vaes <urbain@vaes.uk>2017-10-27 11:21:18 +0200
commitc2cafe592eacfe43bf518467fbdb149b829e6cad (patch)
tree5dbc4f31c7f9e327f2ecffca3ae3e60106b90474 /vdirsyncer
parentdb361995eff1cb02caa52e1817fa70112815fd7a (diff)
Clean up
Diffstat (limited to 'vdirsyncer')
-rw-r--r--vdirsyncer/.config/vdirsyncer/.gitignore1
-rw-r--r--vdirsyncer/.config/vdirsyncer/config20
2 files changed, 0 insertions, 21 deletions
diff --git a/vdirsyncer/.config/vdirsyncer/.gitignore b/vdirsyncer/.config/vdirsyncer/.gitignore
deleted file mode 100644
index 8be5547..0000000
--- a/vdirsyncer/.config/vdirsyncer/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-status
diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config
deleted file mode 100644
index a547af9..0000000
--- a/vdirsyncer/.config/vdirsyncer/config
+++ /dev/null
@@ -1,20 +0,0 @@
-[general]
-status_path = "~/.config/vdirsyncer/status/"
-
-# CALDAV
-[pair calendar]
-a = "calendar_local"
-b = "calendar_remote"
-collections = ["from b"]
-conflict_resolution = "b wins"
-
-[storage calendar_local]
-type = "filesystem"
-path = "~/.calendars/"
-fileext = ".ics"
-
-[storage calendar_remote]
-type = "caldav"
-url = "https://cal.urbainvaes.com/"
-username = "urbain"
-password.fetch = ["command", "pass", "show", "radicale/urbain"]