respond_to_event
Respond to meeting invitations by accepting, declining, or marking tentative, updating your Outlook RSVP and notifying the organizer. Supports an optional comment and can suppress the notification.
Instructions
Respond to a meeting invitation with accept, decline, or tentative. Updates your RSVP status in Outlook and by default sends a response notification to the organizer (set send_response to false to suppress). Returns a confirmation message. Use get_event first to review the event details before responding. Returns an error if the event ID does not exist or event response is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to include with your response. If omitted, no comment is sent. | |
| event_id | Yes | The event ID to respond to (e.g., from list_events or search_events) | |
| response | Yes | Your RSVP response: "accept", "decline", or "tentative" | |
| send_response | No | Whether to send your response notification to the organizer. Defaults to true if omitted. |