chrra / iCalendar

iCalendar data types, parser, and printer.
BSD 3-Clause "New" or "Revised" License
38 stars 47 forks source link

Utilities for working with recurring events #47

Open tysonzero opened 3 years ago

tysonzero commented 3 years ago

Specifically things like looking up previous/next occurrence, or listing all occurrences (potentially yielding an infinite list).

Being able to provide a plain english description of the recurrence, as in the rrule library, would be nice too.

Similar feature request created at mitchellvitez/rrule#2, potentially some code reuse possible.

pweaver commented 2 years ago

The develop branch has a bunch of these, but no one ever did the work to complete it and merge it in.