update_event
Update existing event details like status, dates, and other fields using a manage token. Change event status to 'cancelled' or modify any attribute after creation.
Instructions
Update an existing event by manage token. Only provide the fields you want to change. Use this to set end_datetime, change status (e.g. 'cancelled'), or update any other detail after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | New URL slug | |
| theme | No | ||
| title | No | New event title | |
| format | No | New event format | |
| listed | No | Whether the event is listed in the public directory | |
| status | No | New event status (use 'cancelled' to cancel the event) | |
| location | No | New physical location | |
| description | No | New description (supports HTML) | |
| end_datetime | No | New end date/time (ISO 8601) | |
| manage_token | No | Manage token. Falls back to REALEVENTS_MANAGE_TOKEN env var if omitted. | |
| virtual_link | No | New virtual meeting link | |
| max_attendees | No | New max attendees | |
| start_datetime | No | New start date/time (ISO 8601) | |
| organizer_email | No | ||
| notify_on_registration | No |