defines the behavior of the recurrences that transfer to the next month
The property works only in the legacy extension for recurring events.
scheduler.config.recurring_overflow_instances = "lastDay";
The property requires the recurring extension to be enabled.
Let's take an event that occurs every month on the 30th and consider its behavior in February for each option:
If the option is undefined, the "skip" behavior will be applied.
added in v5.3.11
Back to top