List calendar tasks
list_calendar_tasksView tasks with due dates within a date range for a calendar view. Filter by board slug to limit results.
Instructions
List tasks with a due date inside a date range, for a calendar view. Unlike list_tasks, this is scoped by due date range rather than status/search filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO date — range end (inclusive) | |
| from | Yes | ISO date — range start (inclusive) | |
| board_slug | No | Board slug — limits results to tasks of that board |