kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Scheduler] Inconsistent events displaying in different timezones with a yearly recurrence

Open PekoPPT opened this issue 1 year ago • 1 comments

Describe the bug The displaying of consecutive events in different timezones is inconsistent when we have a yearly recurrence.

To Reproduce

  1. Open this StackBlitz example
  2. Set your timezone to Mexico City
  3. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  4. See the Program 7 and Program 8 events in the Sat, 6/24 column
  5. Set your timezone to Mainland China
  6. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  7. See only the Program 7 event in the Sat, 6/24 column. The Program 8 event is visible in the Sun, 6/25 column

The above is not replicable if the following configuration is removed:

recurrenceRule: 'FREQ=YEARLY',

-- UPDATE FEB 2024: There is another scenario in which the reported behavior is replicable. Please check ticket 1618286 for more info.

Expected behavior The consecutive events in the Scheduler component should be displayed consecutively in all timezones and no matter the recurrence rule defined for each of the events.

Screenshots Mexico timezone: image China Mainland image

PekoPPT avatar Aug 01 '23 11:08 PekoPPT