This action will add a task to the given task list.
- API endpoint slug
- google_tasks.add_task_to_tasklist
- Filter code method
- GoogleTasks.addTaskToTasklist.skip(string?: reason)
- Runtime method
- runAction("google_tasks.add_task_to_tasklist", {})
Action fields
- Label
- Which task list?
- Helper text
- The task list to which the task should be added.
- Slug
- tasklist_id
- Required
- true
- Can have default value
- false
- Label
- What is the title of the task?
- Slug
- task_title
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleTasks.addTaskToTasklist.setTaskTitle(string: taskTitle)
- Label
- What are the notes to include in the task?
- Helper text
- Notes describing the task
- Slug
- task_notes
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleTasks.addTaskToTasklist.setTaskNotes(string: taskNotes)
- Label
- Does the task have a due date?
- Helper text
- Field only sets the date. Ex. Next Tuesday, Today.
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleTasks.addTaskToTasklist.setDueDate(string: dueDate)