Another weird plugin conflict.
I’m using Fantastic Elasticsearch to deliver the search results on our site. It works great, but I’ve discovered that Events Calendar list views order by post publish date instead of event start date when it’s active. You don’t have to actually be indexing the site with Elastic Search. Merely installing the Fantastic Elasticsearch plugin and activating is enough to affect the list view order.
I’ve tried writing a custom list view query, but can’t seem to pull the category correctly based on url slug. I either get all events or none. For example: /events/category/concerts/list/
What WP_Query argument would pull only events in the “concerts” category at that URL?