Add a list of tasks
add_tasks_in_project( project_id, tasks_list, try_again = 3, time_try_again = 3, verbose = TRUE, responsible = NULL, token = get_todoist_api_token() )
project_id | id of project |
---|---|
tasks_list | list of tasks |
try_again | start again the request |
time_try_again | number of tries |
verbose | make it talk |
responsible | add people in project |
token | token |
id of project (character vector)
[add_task_in_project()]