Add tasks in project
add_tasks_in_project_from_df(
project_id = get_project_id(project_name = project_name, token = token),
tasks_as_df,
project_name,
verbose = FALSE,
token = get_todoist_api_token(),
update_only = FALSE,
check_only = FALSE,
que_si_necessaire = TRUE,
all_users = get_all_users(token = token)
)id of project (character vector)
id of the project
data.frame of tasks with c("tasks_list","responsible","due","section_name") names
name of the project
boolean that make the function verbose
todoist API token
boolean if true only update existing (not closed) todo
boolean if true only return number of task to add
que_si_necessaire
all_users
[add_tasks_in_project()]