From 8c08febdb7d6d59f25cd2b3f9e11b924fa8de520 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 13 Jan 2023 18:39:59 +0100 Subject: [PATCH] ticker: add gruene-jugend --- hosts/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ticker/default.nix b/hosts/ticker/default.nix index 39619c85..97ed94f0 100644 --- a/hosts/ticker/default.nix +++ b/hosts/ticker/default.nix @@ -281,6 +281,10 @@ url = "https://scrape.hq.c3d2.de/kosmotique.ics"; color = "#dfd"; }; + gruene-jugend = { + url = "https://gj-sachsen.de/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&no_html=true&ai1ec_tag_ids=667"; + color = "#268500"; + }; }; }; };