create_event
Set up a draft event for an organization with name and UTC start/end times, plus optional venue, capacity, and online settings.
Instructions
Create a new draft event under an organization. Timestamps must be UTC strings in format: YYYY-MM-DDTHH:MM:SSZ
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| listed | No | ||
| end_utc | Yes | ||
| summary | No | ||
| capacity | No | ||
| currency | No | USD | |
| timezone | No | America/Chicago | |
| venue_id | No | ||
| shareable | No | ||
| start_utc | Yes | ||
| online_event | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |