Skip to content
rlanvin edited this page Mar 23, 2016 · 18 revisions

This library offers a small, complete, and very fast, implementation of the recurrence rules documented in the iCalendar RFC. It is heavily based on python-dateutil.

  • RRule: The base class that implements a RRULE string and calculates occurrences.

  • RSet: A recurrence set to combine multiple RRULE, EXRULE, RDATE and EXDATE. (version >= 1.1)

  • RRuleInterface: Any RRule or RSet object will implement this interface and have these methods. (version >= 1.1)

Clone this wiki locally