tascan_update_event
Update an event / task list (name, description, team_mode, multi_instance, timer_mode). team_mode and multi_instance cannot both be true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| list_id | Yes | Task list (event) ID | |
| team_mode | No | Team mode — shared completions | |
| timer_mode | No | Timer mode (auto or manual) | |
| description | No | New description | |
| multi_instance | No | Multi-instance — each worker gets isolated copy | |
| assigned_worker_ids | No | Worker UUIDs to assign to this event (additive — workers not named are left alone). Each gets a personal tap-to-open link. Note: a worker holds one event assignment per project — assigning moves them. |