Export your RA events to an .ics calendar, for public and private profiles.
This project uses poetry for dependency management.
poetry install --no-dev # install dependencies
poetry run ics_export # begin calendar export
The ics.py library converts all events to UTC time before exporting to .ics file. Times should still show up correct though.
poetry install # install dependencies
poetry run lint # apply black
poetry run test # run tests
- Add timezones for all countries
- Add nicer CLI