recurring
toggles the recurring events
boolean recurring;
Example
webix.ui({
view: "scheduler",
date: new Date(2020, 4, 21, 0, 0, 0),
recurring: false, // hides all the recurring events
url: "https://docs.webix.com/calendar-backend/"
});
Default value:
true
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.