Support multiple calendars

This implied switching to a different caching approach.
This commit is contained in:
2023-02-18 04:03:55 +01:00
parent 5d58ba89c4
commit 70a069fe95
7 changed files with 679 additions and 679 deletions

7
config.yml.example Normal file
View File

@@ -0,0 +1,7 @@
calendars:
- name: "Events"
url: "https://example.org/events.ics"
- name: "More events"
url: "https://example.com/more-events.ics"
default_color: "#aabbcc"