Google MeetGoogle Meet Integration Details
Create Google Meet links automatically with calendar sync and attendee-safe timezone handling.
Host Availability Setup
Hosts can define day-wise availability windows, choose meeting durations, and mark out-of-office periods.
Meeting time preferences
Buffer: 10 minutes before each meeting and 15 minutes after each meeting.
Timezone: Asia/Kolkata (GMT+5:30) with automatic attendee timezone conversion.
Unavailability / Out of office
When out of office is enabled, booking slots are automatically hidden and Meet link creation is skipped.
Attendee Journey with Google Meet
Visual flow for booking creation, rescheduling, and cancellation with calendar date/time and meeting link context.
Attendee selects a slot and receives a Google Meet invite instantly.
Attendee reschedules and updated Meet details are sent to all participants.
Attendee cancels and can rebook from available fallback slots.
Capabilities
Meet link automation, event sync, and conflict checks for Google Workspace calendars.
Best For
Teams running client calls, onboarding sessions, and internal meetings on Google Workspace.
Reliability
Webhook-based event reconciliation and retry logic for delayed provider updates.
POST /v1/integrations/google-meet/meetings
Authorization: Bearer pmc_live_xxxxx
{
"bookingId": "bk_9182",
"topic": "Customer QBR",
"duration": 30
}{
"status": "ok",
"meetingUrl": "https://meet.google.com/abc-defg-hij",
"calendarEventId": "evt_22311"
}{
"status": "error",
"code": "GOOGLE_TOKEN_EXPIRED",
"message": "Reconnect Google account"
}