| add_comment | R Documentation |
Add a comment to a task or project
add_comment(
content,
task_id = NULL,
project_id = NULL,
verbose = TRUE,
token = get_todoist_api_token()
)
content |
content of the comment |
task_id |
id of the task (either task_id or project_id required) |
project_id |
id of the project (either task_id or project_id required) |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the new comment
## Not run:
add_comment(content = "This is a comment", task_id = "12345")
add_comment(content = "Project comment", project_id = "67890")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.