add vdirsyncer
This commit is contained in:
parent
afe2f2faf2
commit
da90e2477b
1 changed files with 32 additions and 0 deletions
32
dot_config/vdirsyncer/config
Normal file
32
dot_config/vdirsyncer/config
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[general]
|
||||||
|
status_path = "~/.vdirsyncer/status/"
|
||||||
|
|
||||||
|
[pair holidays]
|
||||||
|
a = "holidays_local"
|
||||||
|
b = "holidays_remote"
|
||||||
|
collections = null
|
||||||
|
partial_sync = "ignore"
|
||||||
|
|
||||||
|
[storage holidays_local]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "~/.local/share/khal/calendars/private"
|
||||||
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage holidays_remote]
|
||||||
|
type = "http"
|
||||||
|
url = "https://www.feiertage-deutschland.de/content/kalender-download/force-download.php"
|
||||||
|
|
||||||
|
[pair stratum]
|
||||||
|
a = "stratum_local"
|
||||||
|
b = "stratum_remote"
|
||||||
|
collections = null
|
||||||
|
partial_sync = "ignore"
|
||||||
|
|
||||||
|
[storage stratum_local]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "~/.local/share/khal/calendars/private"
|
||||||
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage stratum_remote]
|
||||||
|
type = "http"
|
||||||
|
url = "https://stratum0.org/kalender/termine.ics"
|
Loading…
Reference in a new issue