A generic, light-weight calendar event.
| Field | Type | Required | Description |
|---|---|---|---|
time |
Optional[models.TimeInterval] | ➖ | N/A |
event_type |
Optional[models.CalendarEventEventType] | ➖ | The nature of the event, for example "out of office". |
id |
str | ✔️ | The calendar event id |
url |
str | ✔️ | A permalink for this calendar event |
attendees |
Optional[models.CalendarAttendees] | ➖ | N/A |
location |
Optional[str] | ➖ | The location that this event is taking place at. |
conference_data |
Optional[models.ConferenceData] | ➖ | N/A |
description |
Optional[str] | ➖ | The HTML description of the event. |
datasource |
Optional[str] | ➖ | The app or other repository type from which the event was extracted |
has_transcript |
Optional[bool] | ➖ | The event has a transcript associated with it enabling features like summarization |
transcript_url |
Optional[str] | ➖ | A link to the transcript of the event |
classifications |
List[models.EventClassification] | ➖ | N/A |
generated_attachments |
List[models.GeneratedAttachment] | ➖ | N/A |