Hey Morten,
Thanks for reaching out to us!
You have a couple of options for this one! If you’d like to modify a specific view, you can use “pre_get_posts” and modify the order with the desired arguments there. Be sure to add “suppress_filtes => true” to the arguments as well so it ignores the event date ordering that we natural force on the events.
You could also use “tribe_get_events” to build your own event lists. You’ll also need to add the suppress_filters option described above for this approach as well.
Let me know if this helps.
Thanks!