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.
Add a small attachment to an event
outlook__add_event_attachment
{ "type": "object", "properties": { "eventId": { "type": "string", "description": "Event ID" }, "@odata.type": { "type": "string", "description": "Microsoft Graph attachment type" }, "name": { "type": "string", "description": "Attachment filename" }, "contentBytes": { "type": "string", "description": "Base64-encoded attachment content" }, "contentType": { "type": "string", "description": "Attachment MIME type" }, "isInline": { "type": "boolean", "description": "Whether the attachment is inline" } }, "required": [ "eventId", "name", "contentBytes" ], "description": "Input schema for the outlook__add_event_attachment tool." }