summaryrefslogtreecommitdiff
path: root/tw/home/files
diff options
context:
space:
mode:
authorTimo Wilken2023-05-25 15:59:45 +0200
committerTimo Wilken2023-05-25 23:25:18 +0200
commit149c11e09cbd82a889a115639114fc9a7ba44557 (patch)
tree12ebb3be61a8d4c47b936627a15ef1367a03094a /tw/home/files
parenteb554436558632e5fbe425d26af11f5af5cd45d5 (diff)
Try syncing CERN Outlook calendar
Diffstat (limited to 'tw/home/files')
-rw-r--r--tw/home/files/khal.conf5
-rw-r--r--tw/home/files/vdirsyncer.conf10
2 files changed, 15 insertions, 0 deletions
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"]