Skip to main content

event_class

Description

Specifies the CSS class that will be applied to the event's container

event_class: (start: Date, end: Date, ev: any) => string

Parameters

  • start - (required) Date - the date when an event is scheduled to begin
  • end - (required) Date - the date when an event is scheduled to be completed
  • ev - (required) object - the event's object

Returns

  • css_class - (string) - css class for related element

Example

scheduler.templates.event_class = function(start,end,ev){
return "";
};

Applicable views: Day view, Month view, Week view, Year view, Units view, Timeline view

Details

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.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.