When using the recurrence editor and calling `.getRecurrenceDates(new Date(), recurrenceRule, null, 1)`, it completely crashes if the passed `recurrenceRule` would end up with an invalid date. For example, calling it like so: `getRecurrenceDates(new Date(), 'FREQ=YEARLY;BYMONTHDAY=30;BYMONTH=2;INTERVAL=1', null, 1)` crashes the app as the date it would result in would be february 30th, which is invalid.
We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy.
(Last updated on: June 24, 2019).