add_responsible_to_task | R Documentation |
Add responsible to a task
add_responsible_to_task(
project_id = get_project_id(project_name = project_name, token = token),
project_name,
responsible,
task,
verbose = FALSE,
all_users = get_all_users(token = token),
token = get_todoist_api_token()
)
project_id |
id of the project |
project_name |
name of the project |
responsible |
add someone to this task with mail |
task |
the full name of the task |
verbose |
boolean that make the function verbose |
all_users |
all_users |
token |
todoist API token |
http request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.