eavz
Google Calendar

Google Calendar

Schedule and manage events with Google Calendar

7 actions
2 triggers

Actions

Name
list_calendars

List all calendars accessible by the authenticated user

list_events

List events on a specific calendar

create_event

Create a new event on a calendar

update_event

Update an existing calendar event

delete_event

Delete a calendar event

get_event

Get details for a specific calendar event

custom_api_call

Make a custom API call to the Google Calendar API

Triggers

Name
new_event

Triggers when a new event is created on a calendar

event_updated

Triggers when an event is updated on a calendar

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Calendar 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 Calendar support?

Google Calendar supports 7 actions including List Calendars, List Events, Create Event, Update Event, Delete Event, and more.

Can I use Google Calendar with AI agents?

Yes. Add Google Calendar 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 Calendar use?

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

How much does the Google Calendar integration cost?

The Google Calendar 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 Calendar support?

Google Calendar supports 2 triggers including New Event, Event Updated.

Connect Google Calendar in 2 minutes

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