respond_to_meeting
Respond to meeting invitations with Accept, Decline, or Tentative options, including an optional message for the organizer.
Instructions
Respond to a meeting invitation (accept, decline, or tentative).
Args: item_id: The ItemId of the meeting to respond to. response: Response type: "Accept", "Decline", or "Tentative". message: Optional message to include with the response.
Returns: JSON object with response result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| response | Yes | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |