Actions
| Name | Description |
|---|---|
list_calendarsList all calendars accessible by the authenticated user | List all calendars accessible by the authenticated user |
list_eventsList events on a specific calendar | List events on a specific calendar |
create_eventCreate a new event on a calendar | Create a new event on a calendar |
update_eventUpdate an existing calendar event | Update an existing calendar event |
delete_eventDelete a calendar event | Delete a calendar event |
get_eventGet details for a specific calendar event | Get details for a specific calendar event |
custom_api_callMake a custom API call to the Google Calendar API | Make a custom API call to the Google Calendar API |
Triggers
| Name | Description |
|---|---|
new_eventTriggers when a new event is created on a calendar | Triggers when a new event is created on a calendar |
event_updatedTriggers when an event is updated on a calendar | Triggers when an event is updated on a calendar |
Quick Start
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.