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"; + }; + }; }; }; }