Quick-create an event from EventType defaults
POST/events/quick-create
Creates an event with minimal input, using EventType defaults for title, time, and group. At least one of eventTypeId or groupId is required. If only groupId is provided, the event type is auto-detected from the group's linked EventType. If an event of the same type already exists for the given date, returns the existing event instead.
Request​
Responses​
- 200
- 400
- 401
- 403
Event created or existing event found
Invalid event type ID
Unauthorized
AddEvents role required