schedule-task
Schedule a task on your calendar by specifying its UUID, date, optional time, and duration. Ensures the task is placed at the correct time slot.
Instructions
Schedule a task on the calendar at a specific date/time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task UUID | |
| date | Yes | Date (YYYY-MM-DD) | |
| datetime | No | Specific time (ISO 8601, e.g. 2026-01-26T10:00:00.000Z) | |
| duration | No | Duration in minutes (default: 30) |