From 0888727632531485cc9c40c6aef83fe6d268f74a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 12 Jul 2022 11:25:30 +0200 Subject: [PATCH] fixup! add sigasi calendar --- config/vdirsyncer/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config index 54ae326..bde5622 100644 --- a/config/vdirsyncer/config +++ b/config/vdirsyncer/config @@ -21,16 +21,16 @@ password.fetch = ["command", "pass", "other/vdirsyncer"] [pair posteo_arbeit] a = "arbeit_local" b = "arbeit_remote" -collections = ["oqzdgp"] +collections = ["fzzurm"] [storage arbeit_local] type = "filesystem" -path = "/data/calendar/arbeit" +path = "/data/calendar/sigasi" fileext = ".ics" [storage arbeit_remote] type = "caldav" -url = "https://posteo.de:8443/calendars/felix.vanderjeugt/oqzdgp/" +url = "https://posteo.de:8443/calendars/felix.vanderjeugt/fzzurmm/" username = "felix.vanderjeugt@posteo.net" password.fetch = ["command", "pass", "other/vdirsyncer"]