Back to catalog
📅

Google Calendar

OAuth

Display, create and modify Google calendar events

📅CalendarHTTPS

Google Calendar

5 items

Daily Standup

Zoom

8

Design Review: Homepage Redesign

Conference Room B

5

Lunch with Investors

The Capital Grille

3

Sprint Planning

Google Meet

12

1:1 with Manager

Office 401

2

Sample Response

response.json
1{
2 "items": [
3 {
4 "summary": "Daily Standup",
5 "start": "2026-02-25T09: 00: 00Z",
6 "end": "2026-02-25T09: 15: 00Z",
7 "location": "Zoom",
8 "attendees_count": 8
9 },
10 {
11 "summary": "Design Review: Homepage Redesign",
12 "start": "2026-02-25T11: 00: 00Z",
13 "end": "2026-02-25T12: 00: 00Z",
14 "location": "Conference Room B",
15 "attendees_count": 5

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developers.google.com/google-apps/calendar/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs