RespondToEvent
Submits a response (accept, decline, tentative) to a calendar event invitation, updating the attendee's participation status.
Input
| Name | Type | Required | Description |
| EventId | String | True | The unique identifier of the calendar event to which the user is responding. This ID is used to locate the specific event in the user's calendar. |
| ResponseType | String | True | Indicates the type of response to send for the event invitation. Valid values are: Accept, Decline. This determines the participant's response status for the event. |
| SendResponse | String | False | Boolean value that specifies whether a response should be sent to the event organizer. If true, a response is sent; if false, the response is not communicated. Optional. Default is true.
The default value is true. |
| Comment | String | False | An optional message or note to include in the response. This text is typically visible to the event organizer. |
| UserId | String | False | The identifier of the impersonated user on whose behalf the reply is being sent. Used in delegated access scenarios. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation to respond to the event was successful. Returns true if the response was processed correctly, false otherwise. |