hi, i have created a couple of events that start the 22th and end on the 23rd. when trying to display events by date using the following code the event is NOT showing: [eo_events event_start_after=”2015-04-22″ event_end_before=”2015-04-22″ event_tag=”tag-1″]%start{ H:i}%: %event_title% in %event_venue% (%event_cats%)[/eo_events] [eo_events event_start_after=”2015-04-23″ event_end_before=”2015-04-23″ event_tag=”tag-1″]%start{ H:i}%: %event_title% in %event_venue% (%event_cats%)[/eo_events]
i want to separate events by their start date ONLY. so that events on the 23rd will be shown in the 23rd listing only. how can i accomplish this?
thanks!

Rachel Druskin
Hi Rachel,
The event list displays events at an occurrence level. In this case you have an event occurrence that starts on the 22nd and ends on the 23rd. So it doesn’t appear in the list of occurrences which start on/after the 22nd and end on/before the 22nd, likewise the second list.
I think you mean to split the event up into two occurrences: 22nd, and the 23rd. In which case you want to create a recurring (daily) event that starts on the 22nd and ends on the 22nd, and repeats (until the 23rd). That will create two occurrences, and one will appear in each list.

Stephen Harris