Hi all,

I'm trying to find a way to have an appointment manager on my site.

I'd like my students to see which days and timeslots I'm available.
Once they select an opening, I'd like to receive an email so that I may confirm or decline it with a reason.
When they log in, they would have to be able to see which days they have lessons with me.
If possible to have reminder (for them and me)

Is there something in the modules library that could do this?

Thanks.

Comments

icouto’s picture

What you are trying to achieve is actually a very complex task, and you will certainly have to install and configure several modules to achieve this. Ultimately, you may have to do some programming on your own, as the available modules may not have the exact functionality you're looking for. Nevertheless, I'd suggest you start by having a look at the "Events" category of the official Drupal Modules list:

http://drupal.org/project/Modules/category/61

Modules that may be of interest include:

Event:
http://drupal.org/project/event

Event Views:
http://drupal.org/project/event_views

Public Bookings:
http://drupal.org/project/publicbookings

I hope this helps!

Marquis’s picture

Thanks!

Will take a look this week and see how it works out.
Getting the hang of Drupal after realizing its 10times simpler then I thought it was... lol

Syph’s picture

Exactly what I am looking for, I don’t have the knowledge to program it myself, did you find any other info?