RespondToEvent
Respond to an Event.
Input
| Name | Type | Required | Description |
| EventId | String | True | The event of the Id you are responding to. |
| ResponseType | String | True | The type of the response to this event. Allowed values: Accept, Decline |
| SendResponse | String | False | True if a response is to be sent to the organizer; otherwise, false. Optional. Default is true.
The default value is true. |
| Comment | String | False | Text included in the response. Optional. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the request is sucessful. |