Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_convert_task_to_event

Convert a task into a calendar event by specifying its ID, start time, duration, and optional reminder. Easily manage schedules within the TickTick MCP Server integration.

Instructions

Transform task into calendar event

Input Schema

NameRequiredDescriptionDefault
create_reminderNoCreate reminder for the event
event_duration_minutesNoDuration of the event in minutes
start_timeNoPreferred start time (ISO format)
task_idYesID of task to convert

Input Schema (JSON Schema)

{ "properties": { "create_reminder": { "default": true, "description": "Create reminder for the event", "type": "boolean" }, "event_duration_minutes": { "default": 60, "description": "Duration of the event in minutes", "type": "number" }, "start_time": { "description": "Preferred start time (ISO format)", "type": "string" }, "task_id": { "description": "ID of task to convert", "type": "string" } }, "required": [ "task_id" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/liadgez/ticktick-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server