Wordpress - Agenda view

Thanks for a great product. I am very new to Wordpress and anything to do with websites, so please be gentle!

I have entered 4 events which appear on the calendar in Month and Year views, but only one event shows on the Agenda page. Am I missing something obvious here guys?

I’ve solved it - The Agenda was only showing data for 1 month, so I found the following code and changed it to 99 months, so now all events show.

scheduler.config.agenda_end = scheduler.date.add(new Date(), 1, “month”)

I have spent 2 days trying to find an answer and as soon as I post on the forum, I discover it! lol. Anyway, hope it helps some newbie like me in the future!