calendar application

i got tired of juggling events across apps; so i built one place for them.
this is a Django app where you can save events on a calendar and sync them with a private Google Calendar. the interesting bit wasn’t the UI — it was wiring auth, sync, and persistence so the two calendars don’t fight each other.
repo with build steps: calendarapp. an older instance lived on Heroku.