Sort events in API
The sorting is lost if there any filtering params for /events API endpoint. Ex: https://wpshindig.com/wp-json/tribe/events/v1/events?start_date=2018-01-01+00:00:00 it starts with the events in Jan, even if there are events for Jun/Jul
Here's a example which the API doesn’t support now:
– show events between May 1, 2018 – May 31, 2018 sorted from newest to oldest. A parameters like order=desc would fix this
There are more details in this thread https://wordpress.org/support/topic/sort-events-in-api
