Open shieldsjared opened 1 year ago
Sample with enabled editing - https://stackblitz.com/edit/react-4yxikk-5uw9jq?file=app%2Fmain.jsx
@vveesseelliinnaa - its duplicating the items on the scheduler. It should only be showing one item each day, not two.
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
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
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!