Forward Calendar Event
calendar_forward_eventForward a calendar event to specified recipients with an optional message. Requires explicit confirmation to prevent accidental sending.
Instructions
📧 Forward a calendar event to recipients (always require user confirmation)
WARNING: Meeting invitation will be sent immediately to specified recipients. This action cannot be undone.
Addresses are validated, deduplicated across To/CC, and limited to 500 unique recipients in total.
Args: account_id: Microsoft account ID event_id: The event ID to forward to: Recipient email address(es) cc: CC recipient email address(es) (optional) message: Optional comment/message to include with forward (plain text) confirm: Must be True to confirm sending (prevents accidents)
Returns: Status confirmation
Raises: ValidationError: If recipients are invalid, exceed limits, or confirm is False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| event_id | Yes | ||
| to | Yes | ||
| cc | No | ||
| message | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||