I'm looking for a (free) solution to a bookingcalendar. Among many candidates I've found the Jquery Full Calendar which has many cool features. One of the reason that I like this one is because it has "drag and drop" and resize, which I also need. But I also need to have the dayview where the columns Monday, Tuesday, Wednesday, Thursday, Friday ... get replaced with fx. Room1, Room2, Room3, Room4, Room5, Room6, Room7. I've found some examples on:
http://www.devexpress.com/Products/NET/Controls/ASP/Scheduler/resources.xml
http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourceavailability/defaultcs.aspx
which have the functionality I'm after.
I've read others who have raised the same question on:
http://code.google.com/p/jquery-week-calendar/issues/detail?id=35
but with no final solution. Is there anyone out there who has or knows some good links for what I'm looking for?