CancelEvent
Cancels an existing calendar event and updates the event status across invitees.
Input
| Name | Type | Required | Description |
| EventId | String | True | Identifier of the calendar event to be canceled. |
| UserId | String | False | Identifier of the user who owns the calendar event. |
| UserPrincipalName | String | False | User principal name (UPN) of the calendar owner. Leave blank to use the currently authenticated user. |
| Comment | String | False | Optional comment to include with the cancellation notice. Can be an empty string. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates whether the stored procedure executed successfully or returned an error. |