create_event
Create an event page on RealEvents with a start time and title. Save the returned manage link to update details like duration, location, or description later.
Instructions
Creates an event page on RealEvents. The event is created with a start time only. To set an end time, duration, or to update other details (description, location, theme, cover image), use the update_event tool with the manage_token returned by this tool. Returns the public link, manage link, and slug. Save the manage link - it is the only way to edit the event later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title (e.g. 'Bordeaux Tech Meetup') | |
| format | No | Event format. Default: in_person | |
| location | No | Physical location (for in_person or hybrid events) | |
| description | No | Event description (supports HTML) | |
| virtual_link | No | Virtual meeting link (for virtual or hybrid events) | |
| max_attendees | No | Maximum number of attendees (no limit if not set) | |
| start_datetime | Yes | Start date and time in ISO 8601 format (e.g. '2026-06-15T19:00:00Z') | |
| organizer_email | No | Organizer email to receive the manage link by email |