diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index 75bdc61f..f416c7a5 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -214,6 +214,14 @@ with lib; url = "https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme/die-professur/termine/echtzeit-ag/ics_view"; color = "#002557"; }; + dresdenjs = { + url = "https://www.meetup.com/de-DE/DresdenJS-io-JavaScript-User-Group/events/ical/"; + color = "#F65858"; + }; + cpp-ug = { + url = "https://www.meetup.com/de-DE/cpp-ug-dresden/events/ical/"; + color = "#FFCF9F"; + }; }; }; };