From ef1ce70bda0922516bf51df3e752803cdeb1f6e2 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 16 Sep 2026 15:03:29 +0200 Subject: [PATCH] adding umons cal --- khal_todo_khard/.config/khal/config | 4 ++++ khal_todo_khard/.config/vdirsyncer/config | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/khal_todo_khard/.config/khal/config b/khal_todo_khard/.config/khal/config index ed3b234..b237d26 100644 --- a/khal_todo_khard/.config/khal/config +++ b/khal_todo_khard/.config/khal/config @@ -13,6 +13,10 @@ [[nextcloud_card_local]] path = ~/.cache/contact/nextcloud/* type = discover + + [[umons]] + path = ~/.cache/calendar/umons/* + type = discover [locale] timeformat = %H:%M diff --git a/khal_todo_khard/.config/vdirsyncer/config b/khal_todo_khard/.config/vdirsyncer/config index 462cab1..573f0d4 100644 --- a/khal_todo_khard/.config/vdirsyncer/config +++ b/khal_todo_khard/.config/vdirsyncer/config @@ -51,3 +51,17 @@ status_path = "~/.vdirsyncer/status/" b = "debucquoyanthony_local" collections = ["from a"] metadata= ["color", "displayname", "description", "order"] + +[storage umons_remote] + type = "http" + url = "https://ical.umons.ac.be/0CAF46D3-390C-4D34-AE43-B662CD784F67.ics" + +[storage umons_local] + type = "filesystem" + path = "~/.cache/calendar/umons/2026-2027" + fileext = ".ics" + +[pair umons] + a = "umons_remote" + b = "umons_local" + collections = null