Concepts used in Google Calendar book.
The following documentation is for Google Calendar v2.0.1 (BDK).
A Google Calendar event representation.
summary
The title/summary of the event
text
start
The start time of the event
datetime
end
The end time of the event
id
The unique identifier for the event (set by Google Calendar)
optional[text]
description
Optional description of the event
location
Optional location of the event
attendees
Optional list of all invited email addresses
optional[list of text]
confirmed_attendees
Optional list of confirmed attendee email addresses
potential_attendees
Optional list of potential attendee email addresses (not yet confirmed)
creator
Optional email of the event creator
created
Optional creation timestamp
optional[datetime]
updated
Optional last update timestamp
status
Optional status of the event (confirmed, tentative, cancelled)
html_link
Optional URL to the event in Google Calendar
Last updated 13 days ago
Was this helpful?