eavz
Google Meet

Google Meet

Video conferencing platform for meetings and collaboration

4 actions
1 trigger

Actions

Name
create_meeting

Create a new Google Meet meeting

list_meetings

List calendar events that have Google Meet links

get_meeting

Get details of a specific calendar event

custom_api_call

Make a custom API call to the Google Calendar API

Triggers

Name
meeting_started

Triggers when a Google Meet meeting starts (polls for events with Meet links)

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'google-meet',
  actionName: 'create_meeting',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Meet to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Google Meet support?

Google Meet supports 4 actions including Create Meeting, List Meetings, Get Meeting, Custom API Call.

Can I use Google Meet with AI agents?

Yes. Add Google Meet to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Meet use?

Google Meet uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Meet integration cost?

The Google Meet integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Google Meet support?

Google Meet supports 1 triggers including Meeting Started.

Connect Google Meet in 2 minutes

Get 1,000 free actions every month. No credit card required.