| accept_invitation | R Documentation |
Accept a project invitation
accept_invitation(
invitation_id,
invitation_secret,
verbose = TRUE,
token = get_todoist_api_token()
)
invitation_id |
id of the invitation |
invitation_secret |
secret of the invitation |
verbose |
boolean that make the function verbose |
token |
todoist API token |
NULL (invisible)
## Not run:
accept_invitation("12345", "secret123")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.