diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2026-03-29 22:37:42 +0200 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2026-03-29 22:37:42 +0200 |
| commit | fd7e0fbf0a63582262f5b103b6498c56ce14e57c (patch) | |
| tree | d95d2344037dc7b62e1a7d1f760c98ccc257467a /www/termine | |
| parent | f73ba375403e241c7da76c86ab799384ff1349df (diff) | |
Termin für nächstes Organisationstreffen Stadtteilfest
Diffstat (limited to 'www/termine')
| -rw-r--r-- | www/termine/2026-04-stadtteilfest-organisationstreffen.nix | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/termine/2026-04-stadtteilfest-organisationstreffen.nix b/www/termine/2026-04-stadtteilfest-organisationstreffen.nix new file mode 100644 index 0000000..c04fa65 --- /dev/null +++ b/www/termine/2026-04-stadtteilfest-organisationstreffen.nix @@ -0,0 +1,21 @@ +{ config, ... }: +{ + title = "Stadtteilfest Organisationstreffen"; + date.start = "2026-04-21"; + time.start = "18:30"; + datetime-range-text = "Dienstag, 21.04.2026 ${config.time.start}"; + address = { + name = "Treffpunkthaus Heimfeld"; + openstreetmap.node = 6549438363; + text = '' + Friedrich-Naumann-Straße 9-11 + 21075 Hamburg + ''; + }; + data = [ + { + name = "Informationen zu erledigten Aufgaben sowie Ideen und Ergänzungen an"; + value = ''<a href="mailto:mail@stadtteilfest.org">mail@stadtteilfest.org</a>''; + } + ]; +} |
