respond_to_calendar_event
RSVP to Outlook meeting invitations by accepting, tentatively accepting, or declining, with optional comments and alternative time proposals.
Instructions
RSVP to a meeting invitation: accept, tentatively accept, or decline. Optionally include a comment and/or propose an alternative time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Message sent to the organizer with your response | |
| eventId | Yes | Event ID from get_calendar_events | |
| response | Yes | Your response | |
| sendResponse | No | Whether to notify the organizer. Set false to RSVP silently. | |
| proposedTimezone | No | Timezone for proposed times | W. Europe Standard Time |
| proposedEndDateTime | No | Propose alternative end time. Local datetime WITHOUT offset. | |
| proposedStartDateTime | No | Propose alternative start time (only for tentative/decline). Local datetime WITHOUT offset. |