Create Tasks

create(task)

const myClient // an authorized client instance
let myTask... // a valid task JSON Object
myClient.task.create(myTask) // Creates the task in the Todoist Servers

Last updated