Compare commits

...

2 Commits

2 changed files with 34 additions and 4 deletions

View File

@ -690,11 +690,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683233448, "lastModified": 1684441791,
"narHash": "sha256-xParLdvoDFsfdaw+Pb84DJN74x2e5l+I5Pgz3JnZADI=", "narHash": "sha256-2ZVWrk+Gdt4bmi08bVKnW5LRekVFWDUQW1wdOI2Q/cs=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "4ff09652ab9d890ea5fdbcbb1a0e55e2a3ed3d5b", "rev": "eb732ca1254f823770c4cdc3198484d1307ae83a",
"revCount": 130, "revCount": 133,
"type": "git", "type": "git",
"url": "https://gitea.c3d2.de/astro/ticker.git" "url": "https://gitea.c3d2.de/astro/ticker.git"
}, },

View File

@ -40,6 +40,10 @@
stura-htw = { stura-htw = {
url = "http://www.stura.htw-dresden.de/events/aggregator/ics_view"; url = "http://www.stura.htw-dresden.de/events/aggregator/ics_view";
color = "#BF3FA7"; color = "#BF3FA7";
defaults = {
location = "StuRa, HTW Dresden";
url = "https://stura.htw-dresden.de/";
};
}; };
malobeo = { malobeo = {
url = "https://malobeo.org/events/list/?ical=1&tribe_display=all"; url = "https://malobeo.org/events/list/?ical=1&tribe_display=all";
@ -60,6 +64,10 @@
zentralwerk = { zentralwerk = {
url = "https://ics.teamup.com/feed/ksayh65fgotv2prcas/0.ics"; url = "https://ics.teamup.com/feed/ksayh65fgotv2prcas/0.ics";
color = "#FF3F3F"; color = "#FF3F3F";
defaults = {
location = "Zentralwerk, Riesaer Str. 32";
url = "https://www.zentralwerk.de";
};
}; };
and = { and = {
url = "https://a-dresden.org/veranstaltungen/liste/?ical=1"; url = "https://a-dresden.org/veranstaltungen/liste/?ical=1";
@ -68,10 +76,18 @@
rosenwerk-home = { rosenwerk-home = {
url = "https://www.google.com/calendar/ical/bj85d742g31mgkblbaiusmk3s8%40group.calendar.google.com/public/basic.ics"; url = "https://www.google.com/calendar/ical/bj85d742g31mgkblbaiusmk3s8%40group.calendar.google.com/public/basic.ics";
color = "#DF003F"; color = "#DF003F";
defaults = {
location = "Konglomerat e.V., Jagdweg 1-3";
url = "https://konglomerat.org/programm.html";
};
}; };
rosenwerk-kultur = { rosenwerk-kultur = {
url = "https://www.google.com/calendar/ical/93enn926ddhgr79hnqp83ipj3g%40group.calendar.google.com/public/basic.ics"; url = "https://www.google.com/calendar/ical/93enn926ddhgr79hnqp83ipj3g%40group.calendar.google.com/public/basic.ics";
color = "#BF001F"; color = "#BF001F";
defaults = {
location = "Konglomerat e.V., Jagdweg 1-3";
url = "https://konglomerat.org/programm.html";
};
}; };
haengemathe = { haengemathe = {
url = "https://club-haengemathe.de/termine.ics"; url = "https://club-haengemathe.de/termine.ics";
@ -152,6 +168,7 @@
impact-hub = { impact-hub = {
url = "https://dresden.impacthub.net/calendar/liste/?hide_subsequent_recurrences=0&ical=1"; url = "https://dresden.impacthub.net/calendar/liste/?hide_subsequent_recurrences=0&ical=1";
color = "#3F2FCF"; color = "#3F2FCF";
defaults.location = "Impact Hub Hbf, Bayrische Straße 8";
}; };
kursiv = { kursiv = {
url = "https://www.kursif.eu/termine/events.ics"; url = "https://www.kursif.eu/termine/events.ics";
@ -181,6 +198,10 @@
uniklinikum = { uniklinikum = {
url = "https://www.uniklinikum-dresden.de/de/@@event_listing_ical?mode=future"; url = "https://www.uniklinikum-dresden.de/de/@@event_listing_ical?mode=future";
color = "#AF3F2F"; color = "#AF3F2F";
defaults = {
location = "Uniklinikum";
url = "https://www.uniklinikum-dresden.de/";
};
}; };
pfsr = { pfsr = {
url = "https://pfsr-web.phy.tu-dresden.de/drupal/calendar/*/export.ics"; url = "https://pfsr-web.phy.tu-dresden.de/drupal/calendar/*/export.ics";
@ -241,6 +262,7 @@
kino-im-kasten = { kino-im-kasten = {
url = "https://www.kino-im-kasten.de/ical"; url = "https://www.kino-im-kasten.de/ical";
color = "#550000"; color = "#550000";
defaults.location = "Kino im Kasten, August-Bebel-Str. 20";
}; };
juedische-woche-dresden = { juedische-woche-dresden = {
url = "https://juedische-woche-dresden.de/events/?ical=1"; url = "https://juedische-woche-dresden.de/events/?ical=1";
@ -299,6 +321,14 @@
url = "https://www.metaknoten.net/de/veranstaltungen.ics"; url = "https://www.metaknoten.net/de/veranstaltungen.ics";
color = "#040a25"; color = "#040a25";
}; };
gag18 = {
url = "https://calendar.google.com/calendar/ical/kellerklubgag18%40gmail.com/public/basic.ics";
color = "#640909";
defaults = {
location = "Kellerclub GAG 18, Fritz-Löffler-Straße 16";
url = "https://www.gag-18.com/veranstaltungen-1/veranstaltungskalender/";
};
};
}; };
}; };
}; };