Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Accept, tentatively accept, or decline an event invitation
outlook__respond_to_event
{ "type": "object", "properties": { "eventId": { "type": "string", "description": "Event ID" }, "responseAction": { "type": "string", "description": "Response action: accept, tentativelyAccept, or decline" }, "comment": { "type": "string", "description": "Response comment" }, "sendResponse": { "type": "boolean", "description": "Send a response to the organizer" } }, "required": [ "eventId", "responseAction" ], "description": "Input schema for the outlook__respond_to_event tool." }