Documentation

iOS / macOS

Native Shortcuts integration — trigger from lock screen, Control Center, menu bar, or hotkeys, and push straight into TickTick.

Get Shortcuts

Tap "Get Shortcuts" on the Download page and add them in the Shortcuts app. Requires iOS 16 / macOS 12 or later and the TickTick app installed.

How to Use

Add the shortcut to your home screen, a widget, or Control Center. Tap it — an input appears. Confirm, and the task is written directly into TickTick via URL Scheme without opening the app.




TickTick URL Scheme Documentation

For advanced automation, use native URL Scheme protocols to pass commands and parameters between apps.

Global Protocol Format
ticktick://v1/command?parameter1=value1&parameter2=value2&...

Parameters Reference

ParameterTypeDescription
titlestring (Required)The title of the task to be created.
startDatestringDue time. e.g. With timezone: 2018-05-07T18:00:00.000+0000
endDatestringEnd time. e.g. Without timezone: 2018-05-07T19:00:00.000
allDaybooleanWhether it is an all-day task (true/false). Required if startDate is set.
prioritynumberTask priority: 0=None, 1=Low, 3=Medium, 5=High
contentstringTask descriptions and notes.
liststringTarget list name. Defaults to 'Inbox' if omitted.
subtasksstringChecklist subtasks content.

Common URL Scheme Examples

1. Add Task (Support callback)
ticktick://x-callback-url/v1/add_task?title=Buy%20some%20eggs&priority=3&list=Inbox
2. Show "Today" smartlist
ticktick://v1/show?smartlist=today
3. Search keyword
ticktick://v1/search?keyword=meeting
ℹ️

The shortcuts and URL Scheme parameters guide are aggregated from TickTick's official Help Center, and are credited as follows.

Visit Official Document
Help Center - iOS & macOS | agent2do