Create plan block
create_daily_plan_blockCreate a time-block in your personal day-planner. Optionally link a board task using @boardSlug/N in the title. Returns the created block.
Instructions
Create a block in the user's personal day-planner (their own time-blocking schedule, not a board task). Title may reference a board task with @boardSlug/N (e.g. @marketing/42) — the app renders it as a clickable link to that task. Returns the created block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Block title. Use `@boardSlug/N` to link a board task inside the title. | |
| end_time | No | End time HH:mm local time, or null | |
| recurrence | No | Repeat rule (default DAILY). ONCE requires scheduled_day. | |
| active_from | No | Local date YYYY-MM-DD the block starts applying from (default: applies from the start) | |
| scheduled_day | No | Local date YYYY-MM-DD — required when recurrence=ONCE | |
| scheduled_time | No | Start time HH:mm local time, or null for unscheduled |