Update Event Type
Update an existing Novacal event type and change scheduling rules, limits, colors, visibility, redirects, and related configuration.
When to use this endpoint
Use this endpoint to update an existing event type without recreating it from scratch.Typical changes
- Adjust duration, buffers, and scheduling limits
- Update colors, visibility, or redirect behavior
- Change configuration tied to the booking experience
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of event type to update
Body
Event type data to update
The name of the event type
55The URL-friendly identifier for the event type
80^[a-z0-9]+(?:-[a-z0-9]+)*$The type of event
one_on_one, group, round_robin, collective Duration in minutes
1 <= x <= 1440Whether the event type is hidden from profile
Color code in hex format (e.g., #FF5733)
^#([A-Fa-f0-9]{6})$Description of the event type
5000Maximum group size (required for group type, min: 2, max: 10)
2 <= x <= 10Whether bookings should redirect after confirmation
Redirect URL used when redirect is enabled
Slot interval in minutes
5 <= x <= 120Buffer before the event in minutes
0 <= x <= 120Buffer after the event in minutes
0 <= x <= 120Minimum scheduling notice amount
0 <= x <= 43200Unit for minimum scheduling notice
minutes, hours, days Optional booking limits by period
3Team ID (required for collective type)
Response
Event type updated