Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_sync_with_outlook

Sync tasks and events between Outlook and TickTick for unified calendar and task management. Choose import, export, or bidirectional sync, and include meeting invitations for comprehensive planning.

Instructions

Outlook integration

Input Schema

NameRequiredDescriptionDefault
include_meetingsNoInclude meeting invitations
outlook_calendar_idYesOutlook Calendar ID to sync with
sync_directionNoSync directionbidirectional

Input Schema (JSON Schema)

{ "properties": { "include_meetings": { "default": true, "description": "Include meeting invitations", "type": "boolean" }, "outlook_calendar_id": { "description": "Outlook Calendar ID to sync with", "type": "string" }, "sync_direction": { "default": "bidirectional", "description": "Sync direction", "enum": [ "import", "export", "bidirectional" ], "type": "string" } }, "required": [ "outlook_calendar_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