Hi,
I would like to know if there is support for rRule based events:
https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html
kind regards,
Troels.
Support Forum
Yes recurring events are supported. There is a field called "recurrenceRule" (https://www.bryntum.com/docs/scheduler/#Scheduler/model/EventModel#field-recurrenceRule) on the event model and if the field value is provided (according to the RRULE format you've mentioned) the event is treated as recurring and scheduler generates its occurrences on-the-fly.
And here is the feature demo: https://www.bryntum.com/examples/scheduler/recurrence/