From 32013d031b32cb81cd9067caf9c0d9baa3d773fc Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 29 Apr 2022 20:18:35 +0200 Subject: [PATCH] ticker: add diwo calendar --- hosts/containers/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index ab6f1d28..e56b2b4a 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -137,5 +137,9 @@ with lib; url = "https://scrape.hq.c3d2.de/drk-impfaktionen.ics"; color = "#EF3FCF"; }; + diwo = { + url = "https://pretix.eu/diwoweek/events/ical/?locale=de"; + color = "#723465"; + }; }; }