specifies the event's text. Applied to multi-day events only
start | Date | the date when an event is scheduled to begin |
end | Date | the date when an event is scheduled to be completed |
event | object | the event's object |
scheduler.templates.event_bar_text = function(start,end,event){
return event.text;
};