A generic, light-weight calendar event.
| 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 |
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 |