SnoozeEventReminder
Postpones a calendar event reminder for a defined duration, emulating the 'Snooze' functionality in email/calendar clients.
Input
| Name | Type | Required | Description |
| EventId | String | True | The unique identifier of the calendar event for which the reminder is being postponed. This is required to locate the specific event in the user's calendar. |
| DateTime | String | True | The new date and time to which the event reminder should be snoozed. This value determines when the reminder will next appear. |
| TimeZone | String | True | The time zone associated with the new reminder date and time. Ensures the snooze is scheduled accurately relative to the user's local time. |
| UserId | String | False | The identifier of the impersonated user performing the operation. Required when actions are taken on behalf of another user. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the snooze reminder request was successful. Returns true if the operation completed without errors. |