I’m updating the website for a local martial arts business I attend and there is a need to limit the number of people that attend each class due to the current pandemic. There are almost two dozen class times offered during the week and I’ve grouped them into several recurring meetings that span over the next several months. People will RSVP the dates/times they want to attend.
When someone selects a class the Event Details are displayed with a list of dates/times available. For each of these dates I’d like to show how many slots are left and if that’s too difficult to do perhaps they could show in the ticketpicker pull-down.

Robert Stankey
Yes, this possible, this code will achieve that: http://codex.wp-event-organiser.com/function-eo_get_remaining_tickets_count.html
It would be tricky to do it in the ticketpicker dropdown unless you only have one ticket per date.

Stephen Harris
Thanks, I’ve got a prototype page working!

Robert Stankey