Hi, I'm new to Drupal and I'm using Drupal 5 with the Event Module from http://drupal.org/node/103695.
When you view your events, you can click untill the event is show as a node with the body from node_revisions presented as well. The node page contains the event name as title, than some information on the posting date, an summerization of the taxonomy terms, start time, end time, timezone and finally the description of the event.
It looks like this:
Event title
Posted February 8th, 2007 by user
in taxonomy_term1 taxonomy_term2
Start: 18/02/2007 - 10:00
End: 24/02/2007 - 16:00
Timezone: Etc/GMT+1
Description of the event.
What I like to have is some additional fields to the event (like price, maximum number of participants, etc). Therefore I thaught to use taxonomy for this where price and maximum number of participants etc are taxonomy vocabularies. This way, when registering an event, the user has to fill in values (i.e. taxonomy terms) for these vocabularies and I'm able to capture the additional fields for the event. However when showing the event as a node (not in calendar), I would like to see a listing of the vocabularies and according taxonomies, like below:
Event title
Posted February 8th, 2007 by user
in taxonomy_term1 taxonomy_term2
Start: 18/02/2007 - 10:00
End: 24/02/2007 - 16:00
Timezone: Etc/GMT+1
Description of the event.