Hello all,

I'm looking for a calendar module for Drupal that would compare to something like Google Calendar. I searched through all the calendar modules but it became a little overwhelming as to what the exact function of each calendar actually is. I would just like to be able to schedule out my days. Recommendations would be greatly appreciated.

Thanks, in advance, for your help.

Comments

Seneschall’s picture

I've only ever needed http://drupal.org/project/event to add a calendar, though this one: http://drupal.org/project/event_GCalendar Again, it's not "Google-like" it's actually Google.

vm’s picture

I wouldn't use either of the two above. I use the drupal calendar.module with CCK.module to create an event content type and the date.module to add date and time fields to that content type and create lists of those events with the views.module.

you can use google to find some good video tutorials on how to mash these together to satisfy most every need for a system that involves calendars or events.

cm1967’s picture

Thanks to both of you for the reply. It's good to have choices.

SheilaHoff’s picture

I'm a complete newbie and have just completed setting up a calendar using this approach:
http://www.drupaltherapy.com/node/76 (video tutorial)
http://drupal.org/node/326061#comment-1077193 (text version of same tutorial)

I got some great help in a recent thread as well.

jamesialford’s picture

I have set up a nice calender for my community. I found this video that walked me through the process. I do not know who these people are, but I thank them.

http://www.drupaltherapy.com/node/76

Hope this helps you