Initially, the "Agenda" view displayed every event planned for the next 10 years, see
|
computeRange: function(date) { |
It seems that following an update of FullCalendar, this duration is not taken into account, and thus the Agenda view is falling back on the default of Full Calendar, which is to fetch events for a time span of 1 day in the future.