tritech / node-icalendar

iCalendar parser and generator for Node.js
MIT License
233 stars 50 forks source link

Reference `until` when calculating next occurrence #13

Closed jugglinmike closed 10 years ago

jugglinmike commented 10 years ago

According to RFC 5545:

The UNTIL rule part defines a DATE or DATE-TIME value that bounds the recurrence rule in an inclusive manner. If the value specified by UNTIL is synchronized with the specified recurrence, this DATE or DATE-TIME becomes the last instance of the recurrence.

[1] http://tools.ietf.org/html/rfc5545