Concepts

Concepts used in Google Calendar book.

The following documentation is for Google Calendar v1.6.3 (BDK).

Google calendar event

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]

attendees

Optional list of all invited email addresses

optional[list of text]

confirmed_attendees

Optional list of confirmed attendee email addresses

optional[list of text]

potential_attendees

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

optional[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?