From 708cedfe434753f05668b12c8d82efedd76e9128 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sun, 11 Jul 2021 12:42:53 +0200 Subject: [PATCH] add readonly calendars for stellaris --- config/khal/config | 4 ++++ config/vdirsyncer/config | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/config/khal/config b/config/khal/config index 6812c64..319ec89 100644 --- a/config/khal/config +++ b/config/khal/config @@ -17,6 +17,10 @@ path = /data/calendar/twist [[food]] path = /data/calendar/food +[[readonly]] +path = /data/calendar/readonly +color = dark green + [locale] timeformat = %H:%M dateformat = %Y-%m-%d diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index 537a3cb..54ae326 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -65,3 +65,17 @@ type = "carddav" url = "https://posteo.de:8843/addressbooks/felix.vanderjeugt/default" username = "felix.vanderjeugt@posteo.net" password.fetch = ["command", "pass", "other/vdirsyncer"] + +[pair stellaris] +a = "stellaris_remote" +b = "readonly_local" +collections = null + +[storage readonly_local] +type = "filesystem" +path = "/data/calendar/readonly" +fileext = ".ics" + +[storage stellaris_remote] +type = "http" +url = "https://cloud.rxn.be/remote.php/dav/public-calendars/fzNBCHE6EBffA6Ft?export"