update_event
Modify details of an existing event, including name, description, dates, venue, and maximum attendees.
Instructions
Update an existing event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event ID | |
| name | No | Event name | |
| endDate | No | Event end date (ISO 8601 format) | |
| venueId | No | Venue ID where event takes place | |
| isPublic | No | Whether the event is public | |
| startDate | No | Event start date (ISO 8601 format) | |
| description | No | Event description | |
| maxAttendees | No | Maximum number of attendees |