Respond to Calendar Event
calendar_respond_eventAccept, decline, or tentatively accept calendar invitations and send your response with an optional message to the organizer.
Instructions
⚠️ Respond to a calendar event invitation (requires user confirmation recommended)
IMPORTANT: This sends a response to the event organizer.
Valid responses: - "accept" - Accept the invitation - "decline" - Decline the invitation - "tentativelyAccept" - Mark as tentative (Input is case-insensitive; "tentative" is accepted as an alias.)
Args: account_id: Microsoft account ID event_id: The event ID to respond to response: Response type (default: "accept") message: Optional message to the organizer
Returns: Status confirmation
Raises: ValidationError: If the response value or message payload is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| event_id | Yes | ||
| response | No | accept | |
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||