schedule_task
Schedule a task for today, this evening, anytime, someday, or a specific date by specifying its UUID and desired schedule.
Instructions
Schedule a task for today, anytime, someday, or a specific date.
Args: uuid: Task UUID. schedule: 'inbox', 'anytime', or 'someday'. start_date: Optional Unix timestamp to schedule for a specific day. evening: If True, schedule for "This Evening" instead of morning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| schedule | Yes | ||
| start_date | No | ||
| evening | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |