| move_task | R Documentation |
Move a task to another project or section
move_task(
task_id,
project_id = NULL,
section_id = NULL,
parent_id = NULL,
verbose = TRUE,
token = get_todoist_api_token()
)
task_id |
id of the task to move |
project_id |
new project id (optional) |
section_id |
new section id (optional) |
parent_id |
new parent task id (optional) |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the moved task (invisible)
## Not run:
move_task("12345", project_id = "67890")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.