Hello,
I'm creating this issue because it seems that the recurrence calculation generates events even outside the specified minDate: '2024-01-01', maxDate: '2024-12-31' of the calendar.
For example, if I create an event like this:
{ "id": 789, "title": "Daily event 5 times", "start": "2024-02-05 12:00", "end": "2024-02-05 13:55", "rrule": "FREQ=DAILY;COUNT=5000", "calendarId": "personal" } I will also have events for 2027, even though my calendar limit is set to 2024, and this occurs despite the COUNT=5000.
Thanks :)
Next issue in about 21 hours