My list tends to have multiple events per day (sometimes as many as 20) and what I’d like to do is output the events such that the list shows events grouped by date, using just the title, time and location… for example,
Monday November 26, 2012
Event 1: 3PM @ Location 1
Event 2: 3PM @ Location 2
Event 3: 3PM @ Location 3
Tuesday, November 27, 2012
Event 1: 3PM @ Location 1
Event 2: 3PM @ Location 2
Event 3: 3PM @ Location 3
I’m pretty sure I know how to edit the list.php to show just the title, location, and time, but is it possible to group the events by date instead of having the date above each event? See this site as an example of what I’m trying to do: http://planocvb.net/eventscal/events/index.php