add_tasks_in_project: Add a list of tasks

Description Usage Arguments Value See Also Examples

View source: R/tasks.R

Description

Add a list of tasks

Usage

1
2
3
4
5
6
7
8
9
add_tasks_in_project(
  project_id,
  tasks_list,
  try_again = 3,
  time_try_again = 3,
  verbose = TRUE,
  responsible = NULL,
  token = get_todoist_api_token()
)

Arguments

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

Value

id of project (character vector)

See Also

[add_task_in_project()]

Examples

1
2
3
4
5
## Not run: 
add_project("my_proj") %>%
   add_tasks_in_project(list("First task", "Second task"))

## End(Not run)

rtodoist documentation built on July 2, 2020, 1:46 a.m.