Google Meet link not being created in scheduled Go...
# support
d
I’ve been working on setting up a scheduling flow for my assistant in Vapi, and everything is working smoothly except for one issue, the Google Meet link isn’t getting generated in the event as shown in the screenshot. The Google Meet (conference) link doesn’t appear in the created calendar event, even though I’ve explicitly included conferenceData and added the conferenceDataVersion=1 request parameter. Has anyone faced this before or found a workaround? https://cdn.discordapp.com/attachments/1429870349020823582/1429870349339853032/Screenshot_2025-10-20_at_21.57.38.png?ex=68f7b608&is=68f66488&hm=264cfe50504f40521056ee6117ab9f98c05ede2f9807a358de3b1e1b7d00a24d&
c
Hi Demigod0007, To integrate your assistant with Google Calendar for scheduling and availability checking, follow these steps outlined in the [Google Calendar Integration documentation](https://docs.vapi.ai/tools/google-calendar): 1. **Connect Your Google Calendar Account**: - Access the Vapi Dashboard. - Navigate to Providers Keys > Tools Provider > Google Calendar and click Connect. - Authorize Vapi through the Google authorization popup. 2. **Create Calendar Tools**: - Go to Dashboard > Tools. - Click Create Tool and select Google Calendar. - Choose and configure tools like: - Google Calendar Create Event Tool - Google Calendar Check Availability Tool 3. **Add Tools to Your Assistant**: - In the Dashboard > Assistants page, select your assistant. - Go to the Tools tab and add the preferred calendar tools. - Click Publish. Ensure all integrations correctly specify the event and check availability details as per the [tool configurations](https://docs.vapi.ai/tools/google-calendar). If you encounter issues during setup, verify each step and ensure all permissions are granted during the Google authorization.
3 Views