Get started#
This section gets you started using this library.
Installation#
pip install 'recurring-ical-events==3.*'
sudo apt-get install python-recurring-ical-events
apk add py3-recurring-ical-events
sudo dnf install ???
sudo pacman -S python-recurring-ical-events
If not listed, this library is available as a package on the following platforms:
Usage#
The icalendar module is responsible for parsing files with a calendar specification in it.
This library takes such a icalendar.cal.calendar.Calendar and computes the occurrences.
To import this module, write
>>> import recurring_ical_events
If you like to go deeper, have a look at the API documentation at this point. We have a comprehensive list of examples to get you started.