11 lines
299 B
Markdown
11 lines
299 B
Markdown
|
|
|
||
|
|
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
|
||
|
|
```
|