Go to file
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
nogo2024.ics feat: Move location to summary, game details to description 2024-06-13 22:51:26 +02:00