googleapis.com

Manipulates events and other calendar data.

🔑 oauth2 37 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Returns the color definitions for calendars and events.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/calendar/v3/colors
Returns all user settings for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/calendar/v3/users/me/settings
Returns the calendars on the user's calendar list.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/calendar/v3/users/me/calendarList
Endpoints (37 total)
GET
/colors
Returns the color definitions for calendars and events.
GET
/users/me/settings
Returns all user settings for the authenticated user.
GET
/users/me/calendarList
Returns the calendars on the user's calendar list.
GET
/calendars/{calendarId}
Returns metadata for a calendar.
GET
/calendars/{calendarId}/acl
Returns the rules in the access control list for the calendar.
GET
/users/me/settings/{setting}
Returns a single user setting.
GET
/calendars/{calendarId}/events
Returns events on the specified calendar.
GET
/users/me/calendarList/{calendarId}
Returns a calendar from the user's calendar list.
GET
/calendars/{calendarId}/acl/{ruleId}
Returns an access control rule.
GET
/calendars/{calendarId}/events/{eventId}
Returns an event based on its Google Calendar ID. To retrieve an event using …
GET
/calendars/{calendarId}/events/{eventId}/instances
Returns instances of the specified recurring event.
POST
/freeBusy
Returns free/busy information for a set of calendars.
At a glance
Total SDKs10
Languages6
Endpoints37
Authoauth2
Categories2
https://www.googleapis.com/calendar/v3