Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 455 Bytes

Eventor

A simple tool to convert EuroPython's json files to an ICS file.

Clone EuroPython's website repo. Then install and use this tool:

python3 -m venv venv
source venv/bin/activate
pip install ./eventor
eventor -j '~/path/to/europython/website/src/content/days/*.json'

This will write a calendar.ics file in the current directory that you can then import to your favorite calendar app.