Steps to reproduce :
- From MoccaCalendar.WebHome, create a couple of events in the upcoming days
- Go in the "Month" view
- Reload the page, you should see the upcoming events in the month view as such :

- Click on the "Agenda" tab, observe that the event names are not properly displayed

- Now reload the page, you should get automatically to the "Agenda" tab
- Click on the "Month" view then click again on the "Agenda" view, observe that the events are properly displayed this time

This seems linked to
|
#if("$!{request.outputView}"=="plainList") |
which prevents the month view to properly load the HTML of the events to be displayed in the Agenda viewer.