Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 6.78 KB

File metadata and controls

25 lines (21 loc) · 6.78 KB

CalendarEvent

A generic, light-weight calendar event.

Fields

Field Type Required Description
time Optional<TimeInterval> N/A
eventType Optional<CalendarEventEventType> The nature of the event, for example "out of office".
id String ✔️ The calendar event id
url String ✔️ A permalink for this calendar event
attendees Optional<CalendarAttendees> N/A
isOrganizer JsonNullable<Boolean> Whether the requesting user is the organizer of this event.
roomBookingStatus Optional<CalendarRoomBookingStatus> The current booking status of the room resource associated with an event.
roomName Optional<String> The display name of the room resource associated with this event.
location Optional<String> The location that this event is taking place at.
conferenceData Optional<ConferenceData> N/A
description Optional<String> The HTML description of the event.
datasource Optional<String> The app or other repository type from which the event was extracted
hasTranscript Optional<Boolean> The event has a transcript associated with it enabling features like summarization
transcriptUrl Optional<String> A link to the transcript of the event
classifications List<EventClassification> N/A
generatedAttachments List<GeneratedAttachment> N/A