After working on events for about 2 weeks now, I've finally figured out exactly what I need and have gotten really close, but not there yet.
The admin needs to fill out 1 form with all of the event information including start and end dates and times, title, category,body and a teaser.
The user needs to see the following:
Front page: Title, Start Date, Start Time ordered by ASC start date and time
Inside page List by Categories: Using Taxonomy and View Blocks, grouped by Category only displaying a teaser with a link to Event Details
Details Page: Full list of event information with no teaser
Any ideas?
This was all working beautifully using Views, but the gotcha was that I needed a teaser field for the page list. Displaying the title didn't work on both the front page and the List page. But I can't seem to get a teaser into a view. I looked at CCK and I have flexinode installed, but I don't think that I can get this to work with the views. I thought about a custom PHP snippet for the List page, but don't know how to get that to pull the necessary information.
Thanks so much for your time!