Skip to main content
GET
Read an individual Google Calendar event on a selected calendar

Authorizations

Authorization
string
header
required

Session token passed as Authorization: Bearer <session-token> for user-authenticated Den routes.

Path Parameters

eventId
string
required
Required string length: 1 - 512
Pattern: ^[A-Za-z0-9_-]+$

Query Parameters

calendarId
string
default:primary
Required string length: 1 - 512
Pattern: ^[^\s\x00-\x1f]+$

Response

Google-confirmed result.

ok
boolean
required
calendarId
string
required
event
object
required
sendUpdates
enum<string>
default:none

Notification policy. all/externalOnly requires confirmNotifications=true after explicit user approval. Google may still send some service emails with none.

Available options:
none,
all,
externalOnly