Skip to main content

agenda_start

Description

Sets the date to start displaying events from

agenda_start: Date

Example

scheduler.config.agenda_start = new Date(2012, 7, 1);
scheduler.config.agenda_end = new Date(2014, 7, 1);
...
scheduler.init('scheduler_here', new Date(2010, 0, 10), "agenda");

Default value: the current user's date

Applicable views: Agenda view

Details

note

The property requires the agenda_view plugin to be activated.

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.