I'm trying to make a workshift scheduling system with Calendar, and I want it to look kind of like this:

http://cl.ly/0325451I3a2B1F0B2u08

As you can see, users are listed vertically and dates on top.

Is it possible to do something like this with Calendar?

If not, does anybody have any links on how I would begin to develop my own module for this? I can do some PHP, I just need a place to start.

Many thanks!

Comments

johnv’s picture

Title: Listing users and more with the Calendar module » Listing entities (vertical) vs. dates (horizontal) with the Calendar module
Version: 7.x-3.3 » 7.x-3.x-dev
Category: support » feature

You cannot do that with Calendar. It would be a nice feature.

Meanwhile, check http://drupal.org/project/availability_calendars .
It would be nice if you can combine the two:
- check out how the current day/month/year is programmed in Calendar,
- check out the availability_calendars works,
- create a new display type for Calendar.

johnv’s picture

Issue summary: View changes

Better description

Neslee Canil Pinto’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)