DismissEventReminder
Programmatically dismisses the reminder for a calendar event, simulating the user action of closing the reminder notification.
Input
| Name | Type | Required | Description |
| EventId | String | True | The unique identifier of the calendar event for which the reminder is being dismissed. This ID is required to target the correct event. |
| UserId | String | False | The identifier of the user being impersonated to perform the dismissal action. Used in delegated or service account scenarios to act on behalf of the user. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the dismissal request completed successfully. A value of true confirms the reminder was dismissed without error. |