Concepts

Concepts used in Google Calendar BDK Book.

A Google Calendar event representation

Field Name
Description
Type

summary

The title/summary of the event

text

start

The start time of the event

datetime

end

The end time of the event

datetime

id

The unique identifier for the event (set by Google Calendar)

optional[text]

description

Optional description of the event

optional[text]

location

Optional location of the event

optional[text]

Optional list of all invited email addresses

list of text

Optional list of confirmed attendee email addresses

list of text

Optional list of potential attendee email addresses (not yet confirmed)

list of text

creator

Optional email of the event creator

optional[text]

created

Optional creation timestamp

optional[datetime]

updated

Optional last update timestamp

optional[datetime]

status

Optional status of the event (confirmed, tentative, cancelled)

optional[text]

html_link

Optional URL to the event in Google Calendar

optional[text]

Last updated

Was this helpful?