Get started#

This section gets you started using this library.

Installation#

pip install 'recurring-ical-events==3.*'

If not listed, this library is available as a package on the following platforms:

Packaging status

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.