Commit Graph

3 Commits

Author SHA1 Message Date
io
5e0c692585 feat: Move location to summary, game details to description
Calendars often only show the event summaries in the overview, so to figure out
which cities to stay away from it's useful to display the game locations there.
The LOCATION field itself has been retained even though it is now redundant,
just in case any calendar apps out there can do sth useful with it.

This change was performed using
```
sed -i 's/^SUMMARY/DESCRIPTION/;/^LOCATION/{p;s/[^:]*/SUMMARY/}' nogo2024.ics
```
2024-06-13 22:51:26 +02:00
io
79c6b58274 feat: drop all "Ruhetag" events
Days without games really don't need their own events, the absence of events
already encodes this information just fine.
2024-06-13 22:28:51 +02:00
09f0609858 Init repo 2024-05-25 13:03:57 +02:00