Hey Melissa,
Thanks for reaching out to us!
Unfortunately there isn’t a default way to add this list of recurrences to the single-event view. However you can do a little bit of customization to get what you’re looking for.
I am limited in the support that I’m able to give for something like this but I did want to get you pointed in the right direction.
When recurring events are created, the initial event is created and the subsequent recurrence a created as children of that event. So, you could do a WP_Query on the single event and check to see if the “post_parent” is set for the post. If it is, you can get all the children of that parent ID and list the events from there.
Let me know if this helps.
Thanks!