From 149c11e09cbd82a889a115639114fc9a7ba44557 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 25 May 2023 15:59:45 +0200 Subject: Try syncing CERN Outlook calendar --- tw/home/files/khal.conf | 5 +++++ tw/home/files/vdirsyncer.conf | 10 ++++++++++ 2 files changed, 15 insertions(+) (limited to 'tw/home/files') diff --git a/tw/home/files/khal.conf b/tw/home/files/khal.conf index 73bb5c19..3240609a 100644 --- a/tw/home/files/khal.conf +++ b/tw/home/files/khal.conf @@ -34,6 +34,11 @@ path = ~/.local/share/vdirsyncer/indico color = yellow readonly = True +[[cern]] +path = ~/.local/share/vdirsyncer/cern +color = yellow +readonly = True + [[calendars]] type = discover path = ~/.local/share/vdirsyncer/calendars/imported-*ics diff --git a/tw/home/files/vdirsyncer.conf b/tw/home/files/vdirsyncer.conf index 5dac2686..9a8a5603 100644 --- a/tw/home/files/vdirsyncer.conf +++ b/tw/home/files/vdirsyncer.conf @@ -75,3 +75,13 @@ fileext = ".ics" type = "http" # The URL contains an access token, so get it from pass. url.fetch = ["shell", "~/.guix-home/profile/bin/pass cern/indico-calendar-url | head -1"] + +[storage local_cern_calendar] +type = "filesystem" +path = "~/.local/share/vdirsyncer/cern" +fileext = ".ics" + +[storage cern_calendar] +type = "http" +# The URL contains an access token, so get it from pass. +url.fetch = ["shell", "~/.guix-home/profile/bin/pass cern/exol/calendar-url | head -1"] -- cgit v1.2.3