Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 711 Bytes

RA calendar export

Export your RA events to an .ics calendar, for public and private profiles.

Usage

This project uses poetry for dependency management.

poetry install --no-dev  # install dependencies
poetry run ics_export    # begin calendar export

Note

The ics.py library converts all events to UTC time before exporting to .ics file. Times should still show up correct though.

Development

poetry install   # install dependencies
poetry run lint  # apply black
poetry run test  # run tests

Todo

  • Add timezones for all countries
  • Add nicer CLI