Agenda view
org_agendaRetrieve scheduled and due org entries within a date range, including overdue open items when the range covers today. Defaults to today.
Instructions
Get an org-agenda style view: entries scheduled or due within a date range, plus overdue open items when the range covers today. Defaults to today only. Entries with neither SCHEDULED nor DEADLINE never appear here — use org_list_todos for unscheduled open work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Range end date (YYYY-MM-DD). Defaults to start. | |
| start | No | Range start date (YYYY-MM-DD). Defaults to today. | |
| include_done | No | Include DONE/CANCELLED entries. Default false. |