Update plan block
update_daily_plan_blockUpdate any field of an existing day-planner block, including title, times, recurrence, and sort order. Use @boardSlug/N in the title to link a board task.
Instructions
Update fields of an existing day-planner block. Pass only the fields you want to change. Title may reference a board task with @boardSlug/N. Returns the updated block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Day-planner block UUID | |
| title | No | New title — use `@boardSlug/N` to link a board task | |
| end_time | No | End time HH:mm, or null to clear | |
| recurrence | No | New repeat rule. ONCE requires scheduled_day. | |
| sort_order | No | New manual sort position | |
| scheduled_day | No | Local date YYYY-MM-DD, or null to clear | |
| scheduled_time | No | Start time HH:mm, or null to clear |