Hi!

An important part of the Intranet that I'm developing are calendars. I need to have different calendars (ex: meetings, holidays...), but I must be able to select both together to see all events at the same time. I'd be nice to create events clicking at the day of the event. And more.
I think that I need a google calendar for my Drupal 6x... Is it possible?

Thanks!

Comments

twod’s picture

If you use the Calendar module you can make a Calendar View show all Nodes of a certain type, say Meeting, and another one for Holidays etc.
Then you can create another Calendar View which lists all those content types. And/or you could expose the node type filter and let people select which types of nodes to show.

You could probably also filter nodes based on their author, to only show "My/someones meetings/holidays" and perhaps include a permissions filter so users can only see nodes they are authorized to see.

I've not yet attempted to attach "actions/triggers" to a Calendar view so that when I click a day I can add an event and have the date already filled in. But I'll need to do that eventually (maybe using a custom module) as I'm probably going to use the Calendar module to create a bookings system (There are bookings modules, but they don't [yet] support what I need).