telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
211 stars 39 forks source link

Scheduler not detecting expanded recurring events #1649

Open shieldsjared opened 1 year ago

shieldsjared commented 1 year ago

Bug Report

Current behavior

Scheduler, when provided with pre-expanded recurrent events, is displaying both the pre-expanded events as well as the self-computed occurrences.

Expected behavior

Documentation states

In order for the editing to work correctly, you have to provide the original, non-expanded recurring event. The Scheduler will detect that this item was expanded and will not render it.

Minimal reproduction of the problem with instructions

Bug can be viewed by looking at the documentation for recurring events on the scheduler: https://www.telerik.com/kendo-react-ui/components/scheduler/recurring/#toc-configuring-the-recurrence-id

image

You'll notice that there are two events appearing for each day, when one of the events should be getting ignored (at least, that's how I'm reading the documentation).

Thanks!

vveesseelliinnaa commented 1 year ago

Sample with enabled editing - https://stackblitz.com/edit/react-4yxikk-5uw9jq?file=app%2Fmain.jsx

shieldsjared commented 1 year ago

@vveesseelliinnaa - its duplicating the items on the scheduler. It should only be showing one item each day, not two.