Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_calendar_view

Generate a calendar view for a specified date range, including tasks if required, with options for day, week, month, or agenda layouts. Integrates with TickTick task management.

Instructions

Calendar view for date range

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date (YYYY-MM-DD)
include_tasksNoInclude tasks in calendar view
start_dateNoStart date (YYYY-MM-DD)
view_typeNoCalendar view typeweek

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "include_tasks": { "default": true, "description": "Include tasks in calendar view", "type": "boolean" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "view_type": { "default": "week", "description": "Calendar view type", "enum": [ "day", "week", "month", "agenda" ], "type": "string" } }, "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