Skip to contents

Quick add a task using natural language

Usage

quick_add_task(text, verbose = TRUE, token = get_todoist_api_token())

Arguments

text

natural language text for the task

verbose

boolean that make the function verbose

token

todoist API token

Value

task object

Examples

if (FALSE) { # \dontrun{
quick_add_task("Buy milk tomorrow at 5pm #Shopping")
} # }