diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-10-27 01:07:11 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-10-27 11:21:18 +0200 |
commit | c2cafe592eacfe43bf518467fbdb149b829e6cad (patch) | |
tree | 5dbc4f31c7f9e327f2ecffca3ae3e60106b90474 /vdirsyncer/.config | |
parent | db361995eff1cb02caa52e1817fa70112815fd7a (diff) |
Clean up
Diffstat (limited to 'vdirsyncer/.config')
-rw-r--r-- | vdirsyncer/.config/vdirsyncer/.gitignore | 1 | ||||
-rw-r--r-- | vdirsyncer/.config/vdirsyncer/config | 20 |
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"] |