Using 3.0 111025, whenever I load both recurring & agenda view ext’s, the script hangs when going to the agenda view.
You can add code like next
scheduler.config.agenda_end = scheduler.date.add(new Date(), “1”, “month”);
to limit agenda view to one month from the current date ( otherwise it will try to render all events, which in case of recurring events maybe the infinite list )
Perfect! Just what I was looking for!