calendar_list_events
Retrieve Synology Calendar events within a specified date range. Supports filtering by calendar ID and setting a limit on the number of events returned.
Instructions
List Synology Calendar events within a date range. ISO 8601 dates without a timezone offset are interpreted as NAS local time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | No | Filter by calendar ID. If omitted, returns events from all calendars. | |
| start_date | Yes | Start of range in ISO 8601: 'YYYY-MM-DD' or 'YYYY-MM-DDTHH:mm:ss'. ISO without offset is interpreted as NAS local time. | |
| end_date | Yes | End of range in ISO 8601: 'YYYY-MM-DD' or 'YYYY-MM-DDTHH:mm:ss'. ISO without offset is interpreted as NAS local time. | |
| limit | No |