I am using the scheduler to create the booking and have an eventOverride on it as well, but the as the organizer if someone books a slot on the scheduler, the booking shows up on my calendar but it shows’ it as not confirmed. Is this a bug on Scheduler’s side? When creating the configuration object, I set the “booking_type” as "booking.
I have this same problem.
@Blag is this is a limitation or bug?
@alienator thanks for reaching out, its on my radar, let me take a look and circle back!
Hi @alienator - what you are saying makes sense, the default option type is ‘booking’, so can you try leaving the field blank (since default is booking
and seeing if confirmation is still required?
Hi @ram - I tried leaving the ‘booking_type’ blank, but no luck. I listen for the event.created webhook and rsvp (status: ‘yes’) the participants manually; however, when I rsvp for the organizer, all of the event participants get removed and only the organizer stays with their updated rsvp status.
If i rsvp everyone but the organizer, it works fine. The organizer and the participants are all using Google calendars.
@CoolDude53 thanks for the feedback, re: booking_type
let me take this feedback to the team and keep you posted.
This seems new, just to clarify: if the organizer RSVPs for the event, and all the participants get removed as event participants from the event?
For both items, can you share code samples and or outputs to reproduce this scenario?
I use the scheduler to make a booking and then use the rsvp endpoint to rsvp the organizer.
I’m unsure what you’d want me to share as this appears to be a Nylas backend problem with the rsvp endpoint. Let me know and I’d be happy to share.
The Configuration and Booking endpoints seem to work fine (except for the fact that the organizer / other participants aren’t already rsvp’d as going). The rsvp endpoint does successfully rsvp, but when I make the rsvp request to my booking’s event with the organizer’s grant and calendar ids, it Rsvp’s correctly but removes all of the other participants from the event.
Let me know how else I can help.
@CoolDude53 - just an update, shared this with Eng to track and follow up.