I want to divide days into sections, for example there are a lot of events in one day, and they take place in different rooms (A, B, C), I want to divide each days into colu
I had the same prerequesites and I will do this way:
In fullcalendar options:
You should apply some tricks to render nice calendars :
In your data and js handling:
You can start with this jsfiddle : http://jsfiddle.net/8ZM4x/1/
And then replace events source with yours :
$('#mycalendar1').fullCalendar(
{
events: [
...
]
});