Stammtisch Rote Kapelle

This commit is contained in:
c2h 2025-07-07 22:04:35 +02:00
parent 816c0eb3e3
commit 4dcb71e85b
2 changed files with 37 additions and 1 deletions

View file

@ -37,7 +37,7 @@ for month in 1..12
else
date + (10-date.wday)
end
result['events'] << event(firsttuesday, 0, 'CCCS-Stammtisch (Lichtblick)', 'lichtblick')
result['events'] << event(firsttuesday, 0, 'CCCS-Stammtisch (Rote Kapelle)', 'rote-kapelle')
result['events'] << event(firstwednesday, 14, 'CCCS-Stammtisch (shackspace)', 'shack')
end