Meetings
All the actions related to meetings
Meeting request (create/update)
Action |
---|
meeting_request_create stringHave recipientWhen an user updates the meeting request status. |
meeting_request_update stringHave recipientWhen an user updates the meeting request status. |
Body |
---|
status stringStatus is one of ACCEPTED, CANCELED, DECLINED, EXPIRED. |
meeting_id stringThe ID of the meeting associated to the request. |
Meeting (create/update)
Action |
---|
meeting_create stringWhen a meeting has been created (one event per participant). |
meeting_update stringWhen the meeting status has been updated (one event per participant). |
Body |
---|
status stringStatus is one of CANCELED, CONFIRMED, DECLINED, EXPIRED, NO_SHOW, PENDING. |
meeting_id stringThe ID of the meeting associated to the request. |
Meeting participant (create/update)
Action |
---|
meeting_participant_create stringHave recipient (meeting owner)When the user has been added as participant to a meeting. |
meeting_participant_update stringHave recipient (meeting owner)When the user updates his status for a meeting. |
Body |
---|
status stringStatus is one of CANCELED, CONFIRMED, DECLINED, EXPIRED, NO_SHOW, PENDING, PENDING_INVITATION. |
meeting_id stringThe ID of the meeting associated to the request. |