Availability by user

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
gurubhai's picture

I am trying to create availability feature, but I am not sure if there is any module out there for it. Basically, I want to show list of users and check box under game dates in table. User needs to check under the game date for their availability. Moreover, if possible change the image using jquery once clicked and change the value from available to not available to maybe. Any suggestions?

Comments

Availability

james.wilson's picture

I believe this could be mostly handled by the rsvp module in combination with the event or date module. If you are using Organic groups, there is an og_rsvp module for that which looks like it could work.

Thank you. I will that out.

gurubhai's picture

Thank you. I will that out. But how do I create a field in content that let user select the value from drop down list.

Availability

james.wilson's picture

You can add a field to content with the CCK module and use the select widget. That would only allow one selection per node, however, and you seem to want to record the individual info per user per node. You would need to look at the Event/RSVP modules to check out their interface on collecting attendance information.

That works perfectly. Thank

gurubhai's picture

That works perfectly. Thank you very much.