Hi Nylas team,
I want to know if it is possible to send a event invite to Hotmail and Yahoo users when they make a booking through the scheduler?
Here’s my use case:
The participants are going to be gmail users, but the guests who book the meetings using the scheduler component can be using different email providers. Our top 3 our Gmail, Hotmail and yahoo.
-
When gmail users book a meeting, they get the confirmation email and the invite shows up on their calendar. All is good here.
-
When Hotmail and Yahoo users book a meeting, they get the confirmation email, but the invite doesn’t show up in their calendar by default. In a default scenario, when we direcly create an event on google calendar and invite a guest with hotmail and yahoo email, google sends it as a calendar event and it shows up in their hotmail and yahoo calendars. How can achieve this default behavior with the scheduler confirmation emails?
The scheduler uses the /booking endpoint and it seems like it creates the booking and event behind the scenes and generates the booking_id and event_id. I was thinking if its possible to generate the event myself instead of the bookign api doing it through the scheduler, but not sure if it break the default flow.
Would appreciate any advice on this. Thank you!