Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_calendar_import

Import iCal calendar data into TickTick, merge duplicates if needed, and optionally create a new calendar for events. Simplify bulk calendar management with this integration.

Instructions

Import external calendar data

Input Schema

NameRequiredDescriptionDefault
calendar_dataYesCalendar data in iCal format
create_new_calendarNoCreate new calendar for imported events
import_sourceNoSource of the calendar data
merge_duplicatesNoMerge duplicate events

Input Schema (JSON Schema)

{ "properties": { "calendar_data": { "description": "Calendar data in iCal format", "type": "string" }, "create_new_calendar": { "default": false, "description": "Create new calendar for imported events", "type": "boolean" }, "import_source": { "description": "Source of the calendar data", "type": "string" }, "merge_duplicates": { "default": true, "description": "Merge duplicate events", "type": "boolean" } }, "required": [ "calendar_data" ], "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