reopen_task: Reopen (uncomplete) a task

View source: R/tasks.R

reopen_taskR Documentation

Reopen (uncomplete) a task

Description

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

## Not run: 
reopen_task("12345")

## End(Not run)

rtodoist documentation built on Feb. 14, 2026, 5:06 p.m.