create_event
Create a new event (open event or private table) at a venue on behalf of the user. Requires a personal access token with the write:create_event scope. The user must be a member of the venue (player role at minimum); only staff/CL can create open events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO date (YYYY-MM-DD) | |
| title | No | Event title (max 200 chars) | |
| endTime | Yes | HH:MM[:SS] end time | |
| tableId | No | Specific table UUID for table-based events | |
| venueId | Yes | UUID of the venue | |
| autoJoin | No | Whether the creator auto-joins (default true) | |
| gameBggId | No | BGG game ID, optional | |
| startTime | Yes | HH:MM[:SS] start time | |
| accessCode | No | Optional access code for private events | |
| description | No | Optional description (max 2000 chars) | |
| maxCapacity | No | Max participants |