tascan_create_event
Create a new event (task list) within a project. Supports team_mode (shared completions) and multi_instance (each worker gets isolated copy — great for surveys, onboarding, info collection). team_mode and multi_instance cannot both be true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Event name | |
| team_mode | No | Team mode — shared completions | |
| project_id | Yes | Project ID | |
| description | No | Event description | |
| multi_instance | No | Multi-instance — each worker gets isolated copy | |
| assigned_worker_ids | No | Worker UUIDs to assign to this event. Each gets a personal tap-to-open link. Note: a worker holds one event assignment per project — assigning moves them. |