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.