Returns an event based on its Google Calendar ID. To retrieve an event using its iCalendar ID, call the events.list method using the iCalUID
parameter
. Try it now
.
Request
HTTP request
GET https://www.googleapis.com/calendar/v3/calendars/ calendarId /events/ eventId
Parameters
calendarId
string
primary
" keyword.eventId
string
alwaysIncludeEmail
boolean
email
field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).maxAttendees
integer
timeZone
string
Authorization
This request allows authorization with at least one of the following scopes:
| Scope |
|---|
https://www.googleapis.com/auth/calendar.readonly
|
https://www.googleapis.com/auth/calendar
|
https://www.googleapis.com/auth/calendar.events.readonly
|
https://www.googleapis.com/auth/calendar.events
|
https://www.googleapis.com/auth/calendar.app.created
|
https://www.googleapis.com/auth/calendar.events.freebusy
|
https://www.googleapis.com/auth/calendar.events.owned
|
https://www.googleapis.com/auth/calendar.events.owned.readonly
|
https://www.googleapis.com/auth/calendar.events.public.readonly
|
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Events resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.

