2025-04-07 19:17:57 -07:00
2025-04-07 19:17:57 -07:00
2025-04-06 23:44:42 -07:00
2025-04-06 23:44:42 -07:00
2025-04-06 19:10:15 -07:00
2025-04-06 23:44:42 -07:00
2025-04-06 23:44:42 -07:00
2025-04-07 19:17:57 -07:00

Events Plus

Right now, this is a script that 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 may eventually grow to support other events and/or sport a separate UI. It is also vibe-coded.

Events are scraped via a pipeline that runs twice hourly, and if there are any changes, a new release is published.

How to Run

poetry install
eval $(poetry env activate)
python toical.py

TODO

  • sync events to gcal by icaluid on every release via gcal api
  • create multi-select webui
  • save selected event uids in cookie
  • compare event ids from last sync to current and highlight changes to previously selected events
  • add other events like lbx
S
Description
No description provided
Readme GPL-3.0 408 KiB
2025-04-20 08:00:53 -07:00
Languages
Python 100%