@aprilschmitt27 your proposal just limits number of shown events to 2 and is not avoiding any duplicates at all.
@jakobcleymans and @jamesperth what you are searching for is described in https://wp-events-plugin.com/documentation/event-search-attributes/event-location-grouping-ordering/
all upcoming events, but showing only the first recurrence of an event in each set of recurring events:
[events_list groupby="recurrence_id" groupby_orderby="event_start_date,event_start_time"]
-
This reply was modified 1 year, 4 months ago by hoedlmoser. Reason: shortcode improoved