Hey everyone , I’m running into an issue with my assistant’s Google Calendar integration, events are being scheduled perfectly, but the Google Meet link isn’t being generated in the created calendar events.
I’ve already included:
• conferenceData: { "createRequest": { "requestId": idempotency_key, "conferenceSolutionKey": { "type": "hangoutsMeet" } } }
• conferenceDataVersion=1 as a request parameter
The event gets created successfully, just without the Meet link.
I also checked existing threads but couldn’t find a confirmed solution.