Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_calendar_event

Create and schedule calendar events in TickTick by specifying title, start and end times, description, location, and reminders for efficient task and time management.

Instructions

Create calendar event

Input Schema

NameRequiredDescriptionDefault
descriptionNoEvent description
end_timeYesEvent end time (ISO format)
locationNoEvent location
reminder_minutesNoReminder time in minutes before event
start_timeYesEvent start time (ISO format)
titleYesEvent title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Event description", "type": "string" }, "end_time": { "description": "Event end time (ISO format)", "type": "string" }, "location": { "description": "Event location", "type": "string" }, "reminder_minutes": { "default": 15, "description": "Reminder time in minutes before event", "type": "number" }, "start_time": { "description": "Event start time (ISO format)", "type": "string" }, "title": { "description": "Event title", "type": "string" } }, "required": [ "title", "start_time", "end_time" ], "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