Events
Create an event
Create a new Luma event on your calendar with luma.events.create(), passing name, dates, location, visibility, and other event parameters.
SDK
luma.events.create(body: EventCreateParams): Promise<Event>
Creates a new event on your calendar.
Parameters
Event fields to create. See the official Luma API docs for available fields.
Test it
Create a short-lived test event on a non-production calendar, then confirm it appears inevents.list():