ForwardEvent
Forwards a calendar event invitation to one or more recipients.
Input
| Name | Type | Required | Description |
| EventId | String | True | Identifier of the calendar event to be forwarded. |
| ToRecipients | String | True | Semicolon-separated list of recipient email addresses to whom the event is forwarded, such as [email protected]; [email protected]. |
| UserId | String | False | Identifier of the user who is forwarding the event. |
| UserPrincipalName | String | False | User principal name (UPN) of the user forwarding the event. Leave blank to use the currently authenticated user. |
| Comment | String | False | Optional message or comment to include with the forwarded event. Can be an empty string. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates whether the stored procedure completed successfully or returned an error. |