specifies the presentation of the 'View more' link in a cell of the Month view
date | Date | the date of a month cell |
count | number | the number of events in the cell |
// default definition
scheduler.templates.month_events_link = function(date, count){
return "<a>View more("+count+" events)</a>";
};