sonarr_get_calendar
Retrieve upcoming TV episodes from Sonarr calendar by specifying start and end dates with an optional limit. Plan viewing schedules by checking scheduled airings.
Instructions
Get upcoming episodes from the Sonarr calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 200) | |
| endDate | No | End date (YYYY-MM-DD, default: 30 days from now) | |
| startDate | No | Start date (YYYY-MM-DD, default: 7 days ago) |