Skip to contents

Reopen (uncomplete) a task

Usage

reopen_task(task_id, verbose = TRUE, token = get_todoist_api_token())

Arguments

task_id

id of the task to reopen

verbose

boolean that make the function verbose

token

todoist API token

Value

id of the reopened task (invisible)

Examples

if (FALSE) { # \dontrun{
reopen_task("12345")
} # }