views:

33

answers:

1

I'm looking for suggestions on how to implement a simple Calendar app with my site. I need a data entry form that takes an event title, description, and date/time. Once an event is entered it becomes visible in two views: a list and a calendar.

Is there any canned app out there that I can use (similar to survey monkey) that could serve as the engine for this or am I better off storing the data myself?

Disclaimer: I am a web novice. I have php/mysql and drupal at my disposal.

A: 

Check out the Date and Calendar modules for Drupal. Have a look at the Videos/Tutorials section here for an overview:

http://drupal.org/project/date

Eric