Hi there, remix1998! Thanks for getting in touch. π
Good question. By default, the calendar list view is designed to display upcoming and current events. Once an event has passed, it is still accessible by by clicking the “Previous” link below the list.
An alternative is to link directly to your past events instead of the calendar. For example, the direct link to your past events would be: [your-site]/[events-slug]/?tribe_event_display=past
Another possibility is to create your own custom query of events and display them on a new page. That will take some custom work on your end, but here’s a tutorial on using theΒ tribe_get_events() function that will help guide you. You could use that to create a query of only past events that display in ascending order, or something like that.
Let me know if this helps answer your question. π
Cheers!
Geoff