Calendar API
  1. events
Calendar API
  • calendars
    • /calendars
      POST
    • /calendars/{calendarId}
      DELETE
    • /calendars/{calendarId}
      GET
    • /calendars/{calendarId}
      PATCH
    • /calendars/{calendarId}
      PUT
    • /calendars/{calendarId}/clear
      POST
  • acl
    • /calendars/{calendarId}/acl
      GET
    • /calendars/{calendarId}/acl
      POST
    • /calendars/{calendarId}/acl/watch
      POST
    • /calendars/{calendarId}/acl/{ruleId}
      DELETE
    • /calendars/{calendarId}/acl/{ruleId}
      GET
    • /calendars/{calendarId}/acl/{ruleId}
      PATCH
    • /calendars/{calendarId}/acl/{ruleId}
      PUT
  • events
    • /calendars/{calendarId}/events
      GET
    • /calendars/{calendarId}/events
      POST
    • /calendars/{calendarId}/events/import
      POST
    • /calendars/{calendarId}/events/quickAdd
      POST
    • /calendars/{calendarId}/events/watch
      POST
    • /calendars/{calendarId}/events/{eventId}
      DELETE
    • /calendars/{calendarId}/events/{eventId}
      GET
    • /calendars/{calendarId}/events/{eventId}
      PATCH
    • /calendars/{calendarId}/events/{eventId}
      PUT
    • /calendars/{calendarId}/events/{eventId}/instances
      GET
    • /calendars/{calendarId}/events/{eventId}/move
      POST
  • channels
    • /channels/stop
      POST
  • colors
    • /colors
  • freebusy
    • /freeBusy
  • calendarList
    • /users/me/calendarList
    • /users/me/calendarList
    • /users/me/calendarList/watch
    • /users/me/calendarList/{calendarId}
    • /users/me/calendarList/{calendarId}
    • /users/me/calendarList/{calendarId}
    • /users/me/calendarList/{calendarId}
  • settings
    • /users/me/settings
    • /users/me/settings/watch
    • /users/me/settings/{setting}
  1. events

/calendars/{calendarId}/events

GET
/calendars/{calendarId}/events
Returns events on the specified calendar.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.googleapis.com/calendar/v3/calendars//events'
Response Response Example
{
    "accessRole": "string",
    "defaultReminders": [
        {
            "method": "string",
            "minutes": 0
        }
    ],
    "description": "string",
    "etag": "string",
    "items": [
        {
            "anyoneCanAddSelf": false,
            "attachments": [
                {
                    "fileId": "string",
                    "fileUrl": "string",
                    "iconLink": "string",
                    "mimeType": "string",
                    "title": "string"
                }
            ],
            "attendees": [
                {
                    "additionalGuests": 0,
                    "comment": "string",
                    "displayName": "string",
                    "email": "string",
                    "id": "string",
                    "optional": false,
                    "organizer": true,
                    "resource": false,
                    "responseStatus": "string",
                    "self": false
                }
            ],
            "attendeesOmitted": false,
            "colorId": "string",
            "conferenceData": {
                "conferenceId": "string",
                "conferenceSolution": {
                    "iconUri": "string",
                    "key": {
                        "type": "string"
                    },
                    "name": "string"
                },
                "createRequest": {
                    "conferenceSolutionKey": {
                        "type": "string"
                    },
                    "requestId": "string",
                    "status": {
                        "statusCode": "string"
                    }
                },
                "entryPoints": [
                    {
                        "accessCode": "string",
                        "entryPointFeatures": [
                            "string"
                        ],
                        "entryPointType": "string",
                        "label": "string",
                        "meetingCode": "string",
                        "passcode": "string",
                        "password": "string",
                        "pin": "string",
                        "regionCode": "string",
                        "uri": "string"
                    }
                ],
                "notes": "string",
                "parameters": {
                    "addOnParameters": {
                        "parameters": {
                            "property1": "string",
                            "property2": "string"
                        }
                    }
                },
                "signature": "string"
            },
            "created": "2019-08-24T14:15:22Z",
            "creator": {
                "displayName": "string",
                "email": "string",
                "id": "string",
                "self": false
            },
            "description": "string",
            "end": {
                "date": "2019-08-24",
                "dateTime": "2019-08-24T14:15:22Z",
                "timeZone": "string"
            },
            "endTimeUnspecified": false,
            "etag": "string",
            "eventType": "default",
            "extendedProperties": {
                "private": {
                    "property1": "string",
                    "property2": "string"
                },
                "shared": {
                    "property1": "string",
                    "property2": "string"
                }
            },
            "gadget": {
                "display": "string",
                "height": 0,
                "iconLink": "string",
                "link": "string",
                "preferences": {
                    "property1": "string",
                    "property2": "string"
                },
                "title": "string",
                "type": "string",
                "width": 0
            },
            "guestsCanInviteOthers": true,
            "guestsCanModify": false,
            "guestsCanSeeOtherGuests": true,
            "hangoutLink": "string",
            "htmlLink": "string",
            "iCalUID": "string",
            "id": "string",
            "kind": "calendar#event",
            "location": "string",
            "locked": false,
            "organizer": {
                "displayName": "string",
                "email": "string",
                "id": "string",
                "self": false
            },
            "originalStartTime": {
                "date": "2019-08-24",
                "dateTime": "2019-08-24T14:15:22Z",
                "timeZone": "string"
            },
            "privateCopy": false,
            "recurrence": [
                "string"
            ],
            "recurringEventId": "string",
            "reminders": {
                "overrides": [
                    {
                        "method": "string",
                        "minutes": 0
                    }
                ],
                "useDefault": true
            },
            "sequence": 0,
            "source": {
                "title": "string",
                "url": "string"
            },
            "start": {
                "date": "2019-08-24",
                "dateTime": "2019-08-24T14:15:22Z",
                "timeZone": "string"
            },
            "status": "string",
            "summary": "string",
            "transparency": "opaque",
            "updated": "2019-08-24T14:15:22Z",
            "visibility": "default",
            "workingLocationProperties": {
                "customLocation": {
                    "label": "string"
                },
                "homeOffice": null,
                "officeLocation": {
                    "buildingId": "string",
                    "deskId": "string",
                    "floorId": "string",
                    "floorSectionId": "string",
                    "label": "string"
                }
            }
        }
    ],
    "kind": "calendar#events",
    "nextPageToken": "string",
    "nextSyncToken": "string",
    "summary": "string",
    "timeZone": "string",
    "updated": "2019-08-24T14:15:22Z"
}

Request

Path Params

Query Params

Responses

🟢200Successful response
application/json
Body

Modified at 2023-08-15 05:59:47
Previous
/calendars/{calendarId}/acl/{ruleId}
Next
/calendars/{calendarId}/events
Built with