Add File Attachment To Event
calendar_add_file_attachmentAttach a file to a calendar event by sending its base64-encoded content, file name, and MIME type. Handles attachments up to 3 MB.
Instructions
Add a base64-encoded file under 3 MB to a calendar event. Chinese intents / 中文意图: 给会议添加附件, 给日程附加文件.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Attachment file name. | |
| eventId | Yes | Event ID. | |
| isInline | No | Whether this is an inline attachment. | |
| contentId | No | Optional inline content ID. | |
| contentType | Yes | MIME type. | |
| contentBase64 | Yes | Base64 content, under 3 MB decoded. |