I have a site that will have hundreds if not thousands of events, most of which are recurring. Currently, when I view the event list in the admin, the list is automatically sorted to show the event farthest in the future, which in this case is May 2016.
I am looking to have the order reversed, with the nearest start date at the top of the list, and that only show only events that have not yet passed. I know I can simply click the column header for the start date, but when you are dealing with 1000+ events, the last thing you want to do is wait for the admin to refresh.
Essentially this would be a custom view of the initial event list, but would make the process easier for the team managing the events.
I have seen various posts that somewhat deal with the first part of this issue, but nothing that fits what I need.