Respond to Invitation
respond_to_eventAccept, decline, or tentatively accept event invitations, with optional comments to the organizer. Handles recurring events for a single occurrence or the whole series.
Instructions
Accept, decline or tentatively accept an event invitation.
For a RECURRING event apply_to is required, and it matters: declining the
series tells the organizer you are out of every future meeting, and a sent
decline cannot be recalled. Nothing is sent until you supply it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | text sent to the organizer along with the answer. | |
| item_id | Yes | item_id from get_calendar_events. | |
| apply_to | No | recurring events only — "this_event" answers for just this one, "whole_series" for the whole series. Required when the event is recurring, ignored for one-off events. Ask the user which they meant rather than picking. | |
| response | Yes | ||
| notify_organizer | No | mail the organizer; False records the answer silently. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |