list-event-attachments
list-event-attachmentsLists attachment metadata for a calendar event using its event ID. Handles pagination to retrieve up to 500 items and returns a cursor to continue when results are truncated.
Instructions
List attachments of a calendar event (metadata).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| eventId | Yes | Value for eventId | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |