object property
object
object Type
object
(Details)object Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
uid | string | Required | cannot be null | object |
eventTypeUid | string | Required | cannot be null | object |
status | string | Required | cannot be null | object |
timeZone | string | Required | cannot be null | object |
createdAt | string | Required | cannot be null | object |
updatedAt | string | Required | cannot be null | object |
startedAt | string | Required | cannot be null | object |
endedAt | string | Required | cannot be null | object |
cancelReason | string | Required | can be null | object |
cancelledAt | string | Required | can be null | object |
cancelledBy | string | Required | can be null | object |
contact | object | Required | cannot be null | contact |
answers | array | Required | cannot be null | answers |
tracking | object | Required | cannot be null | tracking |
uid
uid
uid Type
string
eventTypeUid
eventTypeUid
eventTypeUid Type
string
status
status
status Type
string
status Constraints
Value | Explanation |
---|---|
"open" | Event is open |
"cancel" | Event was canceled |
timeZone
timeZone
timeZone Type
string
timeZone Examples
"Asia/Tokyo"
createdAt
createdAt
createdAt Type
string
createdAt Constraints
createdAt Examples
"2019-08-24T10:01:01.000Z"
updatedAt
updatedAt
updatedAt Type
string
updatedAt Constraints
updatedAt Examples
"2019-08-24T10:02:02.000Z"
startedAt
startedAt
startedAt Type
string
startedAt Constraints
startedAt Examples
"2019-08-24T14:00:00.000Z"
endedAt
endedAt
endedAt Type
string
endedAt Constraints
endedAt Examples
"2019-08-24T15:00:00.000Z"
cancelReason
cancelReason
cancelReason Type
string
cancelReason Examples
"Another meeting scheduled"
cancelledAt
cancelledAt
cancelledAt Type
string
cancelledAt Constraints
cancelledAt Examples
"2019-08-294T14:01:01.000Z"
cancelledBy
cancelledBy
cancelledBy Type
string
cancelledBy Constraints
Value | Explanation |
---|---|
"guest" | Canceled by guest |
"host" | Canceled by host |
cancelledBy Examples
"host"
contact
contact
contact Type
object
(Details)answers
answers
answers Type
object[]
(Details)tracking
tracking
tracking Type
object
(Details)