> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# manage_tasks

> Create, update, delete, complete and un-complete tasks and calendar events.

<Warning>**WRITE** · 13 operations · may change data</Warning>

Create, update, delete, complete and un-complete tasks and calendar events. The v1/v2 choice is resolved internally.

```js theme={null}
manage_tasks({
  action: "create" | "update" | "delete" | "complete" | "uncomplete",
  type: "task" | "event", ids?, fields?
})
```
