📅

Google Calendar

Productivity

Create, read, and manage Google Calendar events

The Google Calendar API lets you read calendars, create events, manage attendees, and build scheduling workflows for any Google account.

Details

Auth Type
OAuth 2.0 or Service Account
Rate Limit
1,000,000 requests/day
Pricing
Free
Full Docs
Step 1: Save your provider key

This is NOT your Callio key. Enter the API key from the provider's dashboard (e.g. OpenAI/SendGrid).

OAuth 2.0 or Service Account

1. Go to https://console.cloud.google.com 2. Enable Calendar API 3. Create OAuth credentials 4. Get an access token via OAuth flow

Get API Credentials

Getting Started

1

Try It Instantly

Click "Try It" above to test the API in the playground

2

Add to Your Agent

Click "Add to Agent" to get your API key and integrate

Common Use Cases

Read calendar events
Create meetings
Check availability
Schedule reminders
Build booking systems

💻 Code Examples

Get started quickly with these code examples in your favorite language

curl -X GET \
'https://www.callio.dev/api/proxy/google-calendar/endpoint' \
-H 'Authorization: Bearer YOUR_CALLIO_KEY' \
-H 'Content-Type: application/json'

💡 Tip: Replace YOUR_CALLIO_KEY with your actual Callio API key from the dashboard.

Ready to integrate Google Calendar?

Test endpoints live or generate your API key and start building in minutes

Browse More APIs