Meetings
All the actions related to meetings
Meeting request (create/update)
Action |
|---|
meeting_request_createstringHave recipientWhen an user updates the meeting request status. |
meeting_request_updatestringHave recipientWhen an user updates the meeting request status. |
Body |
|---|
statusstringStatus is one of ACCEPTED, CANCELED, DECLINED, EXPIRED. |
meeting_idstringThe ID of the meeting associated to the request. |
Meeting (create/update)
Action |
|---|
meeting_createstringWhen a meeting has been created (one event per participant). |
meeting_updatestringWhen the meeting status has been updated (one event per participant). |
Body |
|---|
statusstringStatus is one of CANCELED, CONFIRMED, DECLINED, EXPIRED, NO_SHOW, PENDING. |
meeting_idstringThe ID of the meeting associated to the request. |
Meeting participant (create/update)
Action |
|---|
meeting_participant_createstringHave recipient (meeting owner)When the user has been added as participant to a meeting. |
meeting_participant_updatestringHave recipient (meeting owner)When the user updates his status for a meeting. |
Body |
|---|
statusstringStatus is one of CANCELED, CONFIRMED, DECLINED, EXPIRED, NO_SHOW, PENDING, PENDING_INVITATION. |
meeting_idstringThe ID of the meeting associated to the request. |