sets an additional CSS class that will be applied to days
webix.ui({
view:"calendar",
// the webix.Date.isHoliday function marks weekend days with color
events:webix.Date.isHoliday
});
The function is called for all days and must return the name of a CSS class to apply.
The function has two parameters: