plan_day
Schedule tasks for a specific date by adding task IDs to the planned task list, with optional notes for the day.
Instructions
Plan tasks for a specific date. Adds task IDs to planned_task_ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format | today |
| notes | No | Optional notes for the day | |
| task_ids | Yes | Task IDs to plan for the day |