calendar_respondToEvent
Respond to meeting invitations by accepting, declining, or marking tentative. Optionally include a message and notify the organizer.
Instructions
Responds to a meeting invitation (accept, decline, or tentative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event ID to respond to. | |
| calendarId | No | Calendar ID. | |
| responseStatus | Yes | Your response. | |
| responseMessage | No | Optional message with your response. | |
| sendNotification | No | Notify organizer (default: true). |