agenda_end

sets the date to display events until

Date agenda_end;

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(2013, 0, 10), "agenda");


Default value:

'agenda_start' (value) + 1 year
Applicable views:Agenda View

Related samples

Details

The property requires the agenda_view plugin to be activated.

See also
Back to top