specifies the event's text
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 object |
cellDate | Date | the date of a day cell that a one-day event or a single occurrence of the recurring event displays in |
pos | string | the position of a single occurrence in the recurring event: 'start' - the first occurrence, 'end' - the last occurrence, 'middle' - for remaining occurrences |
Available only in PRO Edition
scheduler.templates.week_agenda_event_text = function(start,end,event,cellDate,pos){
return scheduler.templates.event_date(start_date) + " " + event.text;
};
The template requires the week_agenda plugin to be activated.