Our powerful JS Calendar component


Post by alexandru_tess »

Hello. Let's say we have this recurrence: RRULE:FREQ=DAILY;INTERVAL=1;COUNT=2 that start on 3/8/2024.
The displayed dates will be: 3/8/2024 and 3/9/2024.

If i add to ExceptionDates the first date, the displayed dates will be: 3/9/2024 wich is correct.

BUT if i add to ExceptionDates the last date, the displayed dates will be: 3/8/2024 AND 3/10/2024 wich is wrong.


Post by saki »

I have created an issue here: https://github.com/bryntum/support/issues/8783 It might be a bug but, strictly speaking, in 2nd case, the logic tries to fulfill the request: End after 2 repeats. Anyway, we will investigate whether this is an expected behavior.


Post by alexandru_tess »

Hello, thanks for the response. What i give you is an example to show that the bug happens always to the last occurrence. If i have a recurrence with 100 occurrences is normal to show 99 if i remove 1, not to move to the end + 1 day.


Post by saki »

Yes, you are right.


Post by alexandru_tess »

Any news about this bug? Do you have any ideea about when this bug will be resolved?


Post by tasnim »

Hi,

No updates for now. Please subscribe to ticket so you'll get notified when there is any updates.

Best of luck :),
Tasnim


Post Reply