Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_sync_with_google_calendar

Sync tasks between Google Calendar and TickTick by specifying the calendar ID, sync direction, and date range for efficient task management and scheduling.

Instructions

Google Calendar sync

Input Schema

NameRequiredDescriptionDefault
date_range_daysNoNumber of days to sync (past and future)
google_calendar_idYesGoogle Calendar ID to sync with
sync_directionNoSync directionbidirectional

Input Schema (JSON Schema)

{ "properties": { "date_range_days": { "default": 30, "description": "Number of days to sync (past and future)", "type": "number" }, "google_calendar_id": { "description": "Google Calendar ID to sync with", "type": "string" }, "sync_direction": { "default": "bidirectional", "description": "Sync direction", "enum": [ "import", "export", "bidirectional" ], "type": "string" } }, "required": [ "google_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