Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_sync_with_outlook

Sync Outlook Calendar with task management by configuring calendar ID, sync direction, and meeting inclusion. Streamlines task organization and productivity through bidirectional integration.

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" }

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