Query events and grouping recurring events
-
Im building a custom loop where I would need recurring events to only be shown once. I’ve enabled the option Group occurrences in the plugin settings, but im still getting every occurrence from recurring events in the loop.
$events = eo_get_events(array( 'event_start_after'=>'today' ));
I’ve looked for a parameter to control this behaviour but haven’t found anything yet.
Could you please confirm it this is possible?
Many thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Query events and grouping recurring events’ is closed to new replies.