specifies the CSS class that will be applied to the event's container
start | Date | the date when an event is scheduled to begin |
end | Date | the date when an event is scheduled to be completed |
ev | object | the event's object |
scheduler.templates.event_class = function(start,end,ev){
return "";
};
In case of the Timeline view, the template is applied to 'Bar' and 'Tree' modes only.
Check the full information about customization of events colors in the related article Custom Event's Color.