Hi Renzms and Luke,
I am having the same problem, and I am using the free WP RSS Aggregator core plugin.
The instructions on this page are exactly what I need, but they are not working:
https://kb.wprssaggregator.com/article/271-et-filter-display-scheduled-future-dated-feed-items
When I use this :
$args[‘post_status’] = array(‘future’, ‘publish’);
I only see past events.
But if i remove ‘publish’, like this:
$args[‘post_status’] = array(‘future’);
I only see the future “scheduled” events, which is great, because that is what my client is complaining is missing from the events page.
Any idea of a tweak that would get both to show up as intended? Did you find a solution Luke?
Thank you!