Create Luma event
create_eventCreate a Luma event after the user explicitly confirms the event name, date/time, timezone, and details.
Instructions
Create a Luma event. Call only after the user has explicitly confirmed the event name, date/time, timezone, and supplied details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | No | ||
| end_at | No | ||
| start_at | Yes | ||
| timezone | No | Africa/Nairobi | |
| confirmed | Yes | Must be true only after explicit user confirmation. | |
| visibility | No | ||
| meeting_url | No | ||
| max_capacity | No | ||
| description_md | No | ||
| show_guest_list | No | ||
| waitlist_status | No | ||
| geo_address_json | No | ||
| registration_open | No | ||
| location_visibility | No |