Create a pdf (/latex) timetable from an ics calendar
Create a 5 days timetables of repeated events (e.g. lectures) automatically from a .ics
calendar.
The style is based on this latex example. So go there to see how the final pdf looks like.
The script requires the following python 3 packages, which may be installed via pip
:
icalendar
jinja2
Furthermore, a working latex installation is required.
Run the script with python3 main.py -c <pathToIcsCalendar> -t timetable.tpl
Generate a PDF from the Tex with e.g. pdflatex timetable.tex
This project is heavily based on this Stackexchange answer.