I'm new to Drupal and want to use the Calendar module as a scheduler for professionals who meet with clients. I'm using drupal 6.

One of the things I need to do is to allow clients to schedule time with the proferssional. When the requesting client views professionals' calendar, they should see their own event details, but the events for other clients should just be displayed as unavailable.
So depending on the user, the same event should be displayed differently (either the full details, or "unavailable") depending on the user viewing the calendar.

Has anyone implemented something like this using Calendar & Views?

Comments

epiphanymarketing’s picture

Had thought about integrating Google calendar(s) for ease of synchronization with other services (Outlook/Exchange, Mobile Devices, etc.)

Would welcome input from any users who may have attempted this.

rsmith99’s picture

I was considering the same, but I think each user would need a google account, which is a requirement I want to avoid.

epiphanymarketing’s picture

My thoughts exactly, rsmith99. Simplifying is the goal here, not complicating. Perhaps there's a 3rd-party solution that could just have a single sign-on (share or sync with Drupal's user database)