initial commit

This commit is contained in:
2025-04-06 19:06:42 -07:00
commit 7f1fbe3975
14 changed files with 9295 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
This script turns the Sakura-Con schedule from Eventny into iCalendar files for import into your calendar program of choice. Events are broken out into separate files, by track.
It is vibe-coded. Anyway, here's how to run it:
```sh
poetry install
eval $(poetry env activate)
python toical.py
```