lidarr_calendar
Fetch and list album release dates from your Lidarr calendar. Retrieve a single entry by ID or filter albums by date range, with optional unmonitored, artist, and tag filters.
Instructions
lidarr calendar operations on Lidarr. Pass operation and an arguments dict matching that operation's parameters.
lidarr_get_calendar(id) — Fetch a single calendar entry (album) by id.
lidarr_list_calendar(start=None, end=None, unmonitored=False, include_artist=False, tags=None) — List albums releasing in a date range. Query params: start, end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |