max_month_events
Description
Sets the maximum number of events displayable in a cell
max_month_events: number
Example
scheduler.config.max_month_events = 5;
..
scheduler.init('scheduler_here', new Date(2013,5,30),"month");
Applicable views: Month view
Related samples
Details
If the number of assigned events exceeds the option's value, the scheduler will display the 'View more' link. The link will redirect the user to the Day view displaying a full list of assigned events.
Related API
Related Guides
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.