Can some one provide me a solution example for kendo react scheduler custom editor with recurrence rule.
1 Answer, 1 is accepted
0
Wissam
Telerik team
answered on 06 Jul 2023, 12:50 PM
Hello, Abhi,
You can add recurring events to a custom form editor by referencing the `recurrenceEditor`. The main idea is to import the `SchedulerFormEditor` from the `@progress/kendo-react-scheduler` package, add a Field in your custom form, and reference the `recurrenceEditor` that is now available via props using the component prop.
For convenience, I prepared an example that showcases this approach: