Ticktick
Learn how to use Ticktick with Composio
Overview
Enum
TICKTICK
Description
TickTick is a cross-platform task management and to-do list application designed to help users organize their tasks and schedules efficiently.
Authentication Details
OAUTH2
client_id
client_secret
oauth_redirect_uri
scopes
access_token
Actions
TICKTICK_COMPLETE_TASK
Action Parameters
project_id
task_id
Action Response
data
error
successful
TICKTICK_CREATE_PROJECT
Action Parameters
color
kind
name
sortOrder
viewMode
Action Response
data
error
successful
TICKTICK_CREATE_TASK
Action Parameters
content
desc
dueDate
isAllDay
items
priority
projectId
reminders
repeatFlag
sortOrder
startDate
timeZone
title
Action Response
data
error
successful
TICKTICK_DELETE_TASK
Action Parameters
project_id
task_id
Action Response
data
error
successful
TICKTICK_GET_USER_PROJECT
Action Parameters
Action Response
data
error
successful
TICKTICK_TICKTICK_COMPLETE_TASK
Action Parameters
project_id
task_id
Action Response
data
error
successful
TICKTICK_TICKTICK_DELETE_PROJECT
Action Parameters
project_id
Action Response
data
error
successful
TICKTICK_TICKTICK_GET_PROJECT_WITH_DATA
Action Parameters
projectId
Action Response
data
error
successful
TICKTICK_TICKTICK_OAUTH2_AUTHORIZATION_STEP1
Action Parameters
client_id
redirect_uri
scope
state
Action Response
data
error
successful
TICKTICK_TICKTICK_OAUTH2_AUTHORIZATION_STEP_1
Action Parameters
client_id
redirect_uri
scope
state
Action Response
data
error
successful
TICKTICK_TICKTICK_UPDATE_PROJECT
Action Parameters
color
kind
name
projectId
sortOrder
viewMode
Action Response
data
error
successful
TICKTICK_UPDATE_PROJECT
Action Parameters
color
kind
name
projectId
sortOrder
viewMode
Action Response
data
error
successful
TICKTICK_UPDATE_TASK
Action Parameters
content
desc
dueDate
isAllDay
items
priority
projectId
reminders
repeatFlag
sortOrder
startDate
taskId
timeZone
title
Action Response
data
error
successful