Wix Bookings Velo event parameter is missing information

I’m using Wix Bookings on my site and I have an online Service that contains a Video Conference link. I am using a custom link and not a service like Zoom.

I want to extract the custom link for the video conference in Velo code to do some processing on it, but unfortunately the link doesn’t seem to be in the event object.

So far, I’ve added an event handler for wixBookings_onBookingConfirmed in events.js which is firing correctly, however when I examine the object, it looks like its missing the onlineConference object which, judging by the documentation, is where it most likely should be.

Does anyone know if this is a bug with Wix, and if there’s an alternative way to get the custom link?

Hi,
You could try fetching the complete booking details separately using the booking ID to get all conference information.

Thanks Liam!

I did manage to just get it working using that method - I had previously tried the bookings querybuilder from ‘wix-bookings-backend’ which didn’t contain it. However I just saw there is an in-development API ‘wix-bookings.v2’ which contains an extendedQueryBuilder - even though it gave syntax errors in the velo console, using the options for returning conference details seems to work!