Learn Before
Concept

rrule module

The rrule module offers a small, complete, and very fast, implementation of the recurrence rules documented in the iCalendar RFC. The default constructor is:

rrule(freq)

where freq is one of YEARLY, MONTHLY, WEEKLY, DAILY, HOURLY, MINUTELY, or SECONDLY.

dateutil.rrule.rrulestr(string) is a function that parses a string representation of a recurrence rule.

0

1

Updated 2021-07-13

Tags

Python Programming Language

Data Science

Related