Skip to content

Translate EuroPython's json event files to an ICS file

License

Notifications You must be signed in to change notification settings

heerener/eventor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Translate EuroPython's json event files to an ICS file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages