schedule grid
Scheduling Grid with Views
I recently did a presentation for the Vancouver Drupalers on how to abuse a list view into making a scheduling grid:

I've posted a write-up of the presentation in the Vancouver group. If you're interested, check out: http://groups.drupal.org/node/2647
Making a Scheduling Grid with Views Presentation Write-Up
As promised, a write-up of my presentation at the January Drupalers meeting.
My name is Dale McGladdery, and I'm a Drupala ... sorry, wrong meeting. Here we go.
Northern Voice Scheduling Grid
The Views module via theming allows custom formatting of list views using PHP code. This formatting method, combined with CCK, can be used to provide a data driven schedule grid. This was used to create the Northern Voice scheduling grid: 2007.northernvoice.ca/schedule.

This Views feature was also used to create the Northern Voice FAQ page: 2007.northernvoice.ca/faq
My apologies for people looking for an exact how-to. This will, I'm positive, give you enough information to recreate the grid, but it isn't a complete set of step-by-step instructions.

