ticktick_convert_task_to_event
Convert a TickTick task into a calendar event by specifying the task ID, start time, duration, and optional reminder settings for better scheduling.
Instructions
Transform task into calendar event
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| create_reminder | No | Create reminder for the event | |
| event_duration_minutes | No | Duration of the event in minutes | |
| start_time | No | Preferred start time (ISO format) | |
| task_id | Yes | ID of task to convert |