Currently, A.SchedulerEvent objects (which are JavaScript objects) do not know which instances of recurring events they represent. Without this information, we have to rely on their start time. However, this start time cannot point to the correct instance reliably since it's sometimes updated to another date, resulting in the wrong instance being retrieved. For solving that, the A.SchedulerEvent objects should know the index of their instance for they can send it to portlet class.
Steps to reproduce
- None: this ticket is not testable by QA.
- is a dependency of
-
LPS-47404 CalendarBooking dates are wrong for recurrent events
- Closed