result.data | array | Yes | — | Provider response payload. |
result.data[].meeting_link | string | No | — | The meeting join URL (e.g. Google Meet or Microsoft Teams link), if available. |
result.data[].is_performed_by_organizer | boolean | No | — | Whether the action on this calendar event was performed by the organizer of the event. False when a non-organizer attendee removes the event from their calendar (e.g. ‘this and following’ decline). |
result.data[].organizer | string | No | — | The organizer email of the calendar event. |
result.data[].end_time | string | No | — | The (exclusive) end time of the calendar event. Format: date-time. |
result.data[].attendees | array | No | — | The attendees of the calendar event. |
result.data[].all_day | boolean | No | — | Whether the calendar event is an all-day event. |
result.data[].busy | boolean | No | — | Busy/free status of the calendar event |
result.data[].body_html | string | No | — | Raw body content from Microsoft calendar events |
result.data[].recurring | boolean | No | — | Whether the calendar event is a recurring event. |
result.data[].series_master_event_id | string | No | — | INTERNAL: The ID of the recurring event series master event. This field is omitted for single events or instances of recurring events. |
result.data[].created_at | string | No | — | Creation time of the calendar event. Format: date-time. |
result.data[].location | string | No | — | Location of the calendar event |
result.data[].status | string | No | — | The status of the calendar event. It can be empty for non-google events. |
result.data[].start_time | string | No | — | The (inclusive) start time of the calendar event. Format: date-time. |
result.data[].previous_values | record | No | — | Previous values of the calendar event fields before the last update. |
result.data[].updated_at | string | No | — | Last modification time of the calendar event. Format: date-time. |
result.data[].conference_data | record | No | — | The conference-related information, such as details of a Google Meet conference. |
result.data[].canceled_at | string | No | — | The canceled date of the calendar event. Format: date-time. |
result.data[].creator | string | No | — | The creator email of the calendar event. |
result.data[].tenant_id | integer | No | — | Tenant ID of the user calendar |
result.data[].recurring_interval | string | No | — | Specifies how often a recurring event repeats (Daily, Weekly, Monthly, Yearly). This field is omitted for single events or instances of recurring events. |
result.data[].out_of_office_properties | record | No | — | Out-of-office properties for Google Calendar out-of-office events. Contains decline message and auto decline mode. |
result.data[].html_link | string | No | — | An absolute link to this calendar event in the Google Calendar Web UI. |
result.data[].recurrence | array | No | — | List of RRULE for a recurring event, as specified in RFC5545. This field is omitted for single events or instances of recurring events. |
result.data[].description | string | No | — | Description of the calendar event |
result.data[].calendar_id | string | No | — | Calendar ID of the user calendar. |
result.data[].provider | string | No | — | The provider of the calendar event. |
result.data[].id | string | No | — | The calendar event original ID from calendar provider |
result.data[].extended_properties | record | No | — | Extended properties of the calendar event. |
result.data[].i_cal_uid | string | No | — | Calendar event unique identifier (iCalUID) |
result.data[].user_guid | string | No | — | User GUID of the user calendar. |
result.data[].title | string | No | — | Title of the calendar event |
result.data[].last_occurrence_at | string | No | — | The timestamp of the last occurrence in a series of recurring events. Format: date-time. |
result.meta | object | No | — | Additional response metadata (status, paging). |