My fullcalendar (version 1.5.3) allows user to enter room bookings and catering events for conferences. The catering events are the same id as the bookings, and on my server side I fill the JSON array for a day with:
e.g. booking1 9:00 - 11:00, booking 1 catering 11:00 - 11:30, booking 1 11:30 - 13:00.
If I have two bookings on the same day, with catering events at the same or overlapping times, the display becomes very confusing for the user becasue the events are shown by time and not by event.
I would like to keep the events for event 1 on the left of the day, booking 2 beside that, booking 3 beside that, to make the display more understandable.
Is this possible, or could it be an enhancement?
If enhancement, can you point me to where in the code I can make a change to make this happen in the meantime.
Jennifer
Mergedinto: 364