Appointments
Supported appointment attributes:
Attribute | Type | Description |
---|---|---|
id |
number | Unique identifier of the appointment. |
creator_id |
number | Unique identifier of the user who created the appointment. |
user_id |
number | Unique identifier of the user the appointment is assigned to. |
name |
string | Name of the appointment. |
all_day |
boolean | Indicator of whether the appointment is all day or not. |
location |
string | Location of the appointment. |
send_updates |
boolean | Indicator of whether invitation updates are sent to meeting attendees. |
reminder_offset |
number | Reminder offset from start_date in minutes. |
description |
string | The appointment’s description. |
start_at |
string | Date and time on which appointment begins in UTC (ISO8601 format). |
end_at |
string | Date and time on which appointment ends in UTC (ISO8601 format). |
invitations |
array | An array of invitations related with the appointment. |
contexts |
array | An array of deals related with the appointment. |
created_at |
string | Date and time of appointment creation in UTC (ISO8601 format). |