jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.34k stars 513 forks source link

Add isFinite, first & last to rrule & rruleset #422

Open ephys opened 4 years ago

ephys commented 4 years ago

This implements feature request https://github.com/jakubroztocil/rrule/issues/215

This PR also implements the following revertible changes:


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

KamalAman commented 3 years ago

This would be a lovely PR to add if it is still valid.

dereekb commented 3 years ago

Was just looking to add this functionality to my project, specifically checking for finiteness and finding the last date.