get_calendar
Check which episodes aired recently or are coming up. Specify a date range to see scheduled airings, including unmonitored episodes and series details when needed.
Instructions
List episodes airing in a date range — what aired recently and what is coming up. Defaults to today and tomorrow on the Sonarr side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO 8601 end date, e.g. '2026-09-08' | |
| tags | No | Only series carrying these tag ids | |
| start | No | ISO 8601 start date, e.g. '2026-09-01' | |
| detailed | No | Return full episode objects instead of summaries | |
| unmonitored | No | Include unmonitored episodes (default false on the Sonarr side) | |
| include_series | No | Include the parent series object; the summary shows seriesTitle either way | |
| include_episode_file | No | Include the episode file object |