Hi.
I have some questions regarding recurring dates. I have setup an example here:
https://stackblitz.com/edit/react-apb9rw?file=app%2Fmain.tsx,app%2Fdata.ts
As you can see in my data, the recurring events should start in the week that is being displayed when you open the scheduler page. They are timed so that all events should start at midnight CET, so I put the UTC-date to 10 pm UTC because CET is currently 2 hours ahead of UTC.
The issue is they don't show at the day they are scheduled, they show a week later and the weekday before they should show. So for example the allDay item "Sunday Item" which is scheduled to start on Sunday, 9th July 00:00, is showing week later on Saturday and the one that should be scheduled for Monday is showing on the next Sunday. That counts for non-Allday items and all day items. I'm not sure what I'm doing wrong here, maybe it's my math?
It would be important for me that at least the non-allDay items start at midnight on the correct day. I could get around the allDay-items issue by maybe choosing a different time but in the end it should work as expected.
Thanks as always,
Greetings,
Bernd