At the moment, the location is showing on the event list page but not that calendar. Is there any way to get the event location showing on the calendar as well.
I've found how to add the location to the calendar.
In the file, assets/js/calendar/jquery.calendar.js
add the following 2 lines:
content.push("<br />");
content.push(e.event[9]);
on line 2403.
Although this isn't configurable in the admin panel, it would be nice to be able to switch it on and off int he admin panel in a future release.