add_responsible_to_task: Add responsible to a task

Description Usage Arguments Value

View source: R/tasks.R

Description

Add responsible to a task

Usage

1
2
3
4
5
6
7
add_responsible_to_task(
  project_id,
  add_responsible,
  task,
  verbose,
  token = get_todoist_api_token()
)

Arguments

project_id

id of the project

add_responsible

add someone to this task with mail

task

the full name of the task

verbose

make the function verbose

token

token

Value

http request


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