How do I batch import guests?

I’m having trouble with
batch import guests

Working in
Wix Dashboard → Event Editing

Site link

What I’m trying to do

We run events that consist of multiple sessions (multiple dates in a series). In our registration form, there is an option: “I wish to register for this session and the rest in the series.”

If a guest selects this option, we would like them to be automatically registered for the subsequent sessions in the series. In other words, we need a way to automatically add the same guest to multiple upcoming events (batch add/import guests across events).

What I’ve tried so far
Manually adding guests one by one was too time consuming

Extra context
n/a

As far as I know, there’s not a way to bulk import guests between events.

The only way that comes to mind is via code - using the Events SDK - Introduction

Depending on your exact setup/requirements, you’d either build it in a way that allows you to manually bulk add people to the events they’ve chosen - or, use the backend events so that once someone registers, it automatically adds them to their subsequent events.