From da90e2477b19193d704168834ef3eb42ae0a897c Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 31 May 2023 10:13:25 +0200 Subject: [PATCH] add vdirsyncer --- dot_config/vdirsyncer/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dot_config/vdirsyncer/config diff --git a/dot_config/vdirsyncer/config b/dot_config/vdirsyncer/config new file mode 100644 index 0000000..2ba0684 --- /dev/null +++ b/dot_config/vdirsyncer/config @@ -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"