create_event
Create a Luma event with a title, start time, and location, and optionally add an end time, markdown description, and cover image.
Instructions
Create a new Luma event.
Args:
name: The title of the event
start_at: Start time in ISO 8601 format (e.g., "2024-12-31T23:59:00Z")
location: Event location with place_id (Google Maps) and optional description
end_at: End time in ISO 8601 format (optional)
description_md: Event description in Markdown format (optional)
cover_url: URL for the event cover image (optional)
Returns:
The created event data or an error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| end_at | No | ||
| location | Yes | ||
| start_at | Yes | ||
| cover_url | No | ||
| description_md | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||