Is there a way to change how the calendar displays events in month view? I have tried changing it in backend_calendar_default_view.js, function refreshCalendarAppointments, I added $calendar.fullCalendar({eventOrder: 'title'}) after the 'addEventSource' line, but it still shows events in time order, instead of title. Please help.
Thanks,
Donny