Yes. All events are more than one day.
I want to show ongoing events that are currently ongoing, not simply starting today.
The actual tabs are created through a bootstrap-compatible framework, but as for the Events Manager code inside each tab, here it is:
Upcoming
[events_list_grouped scope="future" mode="daily"]
Ongoing
[events_list scope="today"]
Past
[events_list scope="past"]
Calendar
[events_calendar full=1]
I should add that on that page, I have tabs for:
“Upcoming Events”
“Ongoing Events”
“Past Events”
If I change current events to past events, then the Ongoing Events tab shows nothing. I’m not sure how to rectify this situation.