tasks_update
Patch a task. Only include fields to change. Recurrence can be turned on, changed, or removed here (pass an empty string to stop a task repeating).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | No | ||
| dueAt | No | ||
| endAt | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| startAt | No | ||
| location | No | ||
| recurrence | No | Repeat rule. One of: daily, weekly, monthly, yearly, weekdays. Pass an empty string to make a recurring task one-off again. RRULE strings are NOT supported. |