From cb4799d2e9df9d8fdc78ae1f454e4ffb3b954267 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 5 Jul 2022 00:06:29 +0200 Subject: [PATCH] ticker: add more feeds --- hosts/containers/ticker/default.nix | 35 ++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index 4235089d..a0f300aa 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -161,7 +161,40 @@ with lib; url = "https://www.kursif.eu/termine/events.ics"; color = "#6F5FFF"; }; - }; + wirtschaftsjunioren-dresden = { + url = "https://www.verbandonline.org/wj-dresden/?ical"; + color = "#7F00AF"; + }; + zoo-vortraege = { + url = "https://zoofreunde-dresden.de/index.php?option=com_dpcalendar&task=ical.download&id=41"; + color = "#AFFFAF"; + }; + zoo-veranstaltungen = { + url = "https://zoofreunde-dresden.de/index.php?option=com_dpcalendar&task=ical.download&id=40"; + color = "#AFFFAF"; + }; + radclub-veranstaltungen = { + url = "https://calendar.google.com/calendar/ical/7829omgggk4ksehag9l4eiuvo0@group.calendar.google.com/public/basic.ics"; + color = "#FF003F"; + }; + # too many internal events + # hzdr = { + # url = "https://www.hzdr.de/db/calendar.data.ics"; + # color = "#2F3FAF"; + # }; + uniklinikum = { + url = "https://www.uniklinikum-dresden.de/de/@@event_listing_ical?mode=future"; + color = "#AF3F2F"; + }; + pfsr = { + url = "https://pfsr-web.phy.tu-dresden.de/drupal/calendar/*/export.ics"; + color = "#AF5F5F"; + }; + zukunftsstadt = { + url = "https://www.zukunftsstadt-dresden.de/veranstaltungen/?ical=1"; + color = "#FFFF5F"; + }; + }; }; }; }