Skip to main content

month_events_link

Description

Specifies the presentation of the 'View more' link in a cell of the Month view

month_events_link: (date: Date, count: number) => string

Parameters

  • date - (required) Date - the date of a month cell
  • count - (required) number - the number of events in the cell

Returns

  • text - (string) - html text for rendering in the scheduler

Example

// default definition
scheduler.templates.month_events_link = function(date, count){
return "<a>View more("+count+" events)</a>";
};

Applicable views: Month view

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.