Hi Nico,
Thanks for your response!
I’ve used update_post_meta successfully to connect an existing ticket to an event. Yay!
Initially, it’s looking like attendee info is not populating correctly (see attached screenshot — there should be about 60 listed). I’m sure this is because attendee data is captured when they actually register for the event.
I’m going to dig to this, but do you maybe have some pointers in where I could figure out how to get the data to display correctly? I do see this transient stored in the event’s postmeta with the : _transient_tribe_attendees – so I’m thinking it’s a matter of getting this attendee data from somewhere, and attaching it to it’s respective event. Does that sound about right?