powered by
To work, it needs a project id.
add_task_in_project( project_id, task, try_again = 3, time_try_again = 3, verbose = TRUE, responsible = NULL, token = get_todoist_api_token(), exiting_tasks = get_tasks(token = token) )
id of a project
a task
start again the request
number of tries
make it talk
add people in project with email. To know user email, use get_users.
get_users
token
list of tasks already in the project
project id
# NOT RUN { add_project("my_proj") %>% add_task_in_project("Add tasks") # }
Run the code above in your browser using DataLab