teamleader_schedule_task
Assign start and end times to an unscheduled task and generate its calendar event, making the task visible in your Teamleader Focus schedule.
Instructions
Schedule a task in the calendar by giving it a start and end time. Returns the created calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to schedule | |
| ends_at | Yes | End datetime (ISO 8601) | |
| starts_at | Yes | Start datetime (ISO 8601, e.g. 2016-02-04T16:00:00+00:00) |