Create, list, check availability, and delete Google Calendar events via REST API. Just pass your OAuth2 access token โ no additional setup on our end.
These endpoints proxy the Google Calendar REST API v3 using the user's own OAuth2 access token. No credentials are stored โ you provide a fresh token per request. Supports creating events with attendees, listing events in a date range, checking free/busy availability, and deleting events.
| Method | Endpoint | Description |
|---|---|---|
| POST | /calendar/event | Create a new calendar event |
| GET | /calendar/events | List events in a date range |
| GET | /calendar/availability | Check free/busy slots (Freebusy API) |
| DELETE | /calendar/event | Delete an event by ID |
https://www.googleapis.com/auth/calendargoogle_access_token in your requests.โ ๏ธ Access tokens expire after 1 hour. Use a refresh token flow in production.
$0.003 per request via x402 micropayment on Base (USDC). All 4 endpoints share the same price.