Posted by robotjox on January 11, 2008 at 10:40pm
Hi,
I'm using a combination of views, panels, events and calendar to run a booking thingy on an intranet I'm developing for a local church - the only thing I need is a way for people to book their room from the calendar view by clicking an icon on the desired date. (hour slots would be better, but that's way beyond my current coding capabilities)
Now, I found this ancient patch: http://drupal.org/node/6922 but I can't figure out how to adapt it to the current event module.
Anybody have any ideas? (Hope it's ok to ask in this group?)

Comments
Why this way?
Hi. Why are you using such many modules to achieve this functionality + your own coding? I was able to do the same as you by:
a) event module and signup module - you can create events (which can represent some room with time available) and with signup module you can limit number of persons which can signup for this time
b) event module and volunteer timeslots module - you can define event (which can represent room) and define appropriate time slots, each timeslot can have defined number of persons to apply. You could do some little modifying to volunteer timeslots module to be more flexible.
Here you can see how you can
Here you can see how you can make your own calendar view:
http://drupal.org/node/331054