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.