chrra / iCalendar

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

Adds support for Recurrences in ICalendar #21

Closed pweaver closed 8 years ago

pweaver commented 8 years ago

add support for sorted lazy recurrence expansion add tests for the recurrences modify a number of the types to reduce the complexity of implementing the recurrence code

The recurrence lists should work for well formed recurrence expansion. There are a couple of known TODOs in the comments.

pweaver commented 8 years ago

This fixes #4

chrra commented 8 years ago

Very nice, thank you.