PATCH
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
event-types
/
{eventTypeId}

Path Parameters

teamId
number
required
eventTypeId
number
required

Body

application/json
lengthInMinutes
number
title
string
slug
string
description
string
locations
object[]

Locations where the event will take place. If not provided, cal video link will be used as the location.

bookingFields
object[]

Custom fields that can be added to the booking form when the event is booked by someone. By default booking form has name and email field.

disableGuests
boolean

If true, person booking this event't cant add guests via their emails.

slotInterval
number

Number representing length of each slot when event is booked. By default it equal length of the event type. If event length is 60 minutes then we would have slots 9AM, 10AM, 11AM etc. but if it was changed to 30 minutes then we would have slots 9AM, 9:30AM, 10AM, 10:30AM etc. as the available times to book the 60 minute event.

minimumBookingNotice
number

Minimum number of minutes before the event that a booking can be made.

beforeEventBuffer
number

Time spaces that can be pre-pended before an event to give more time before it.

afterEventBuffer
number

Time spaces that can be appended after an event to give more time after it.

scheduleId
number

If you want that this event has different schedule than user's default one you can specify it here.

bookingLimitsCount
object

Limit how many times this event can be booked

onlyShowFirstAvailableSlot
boolean

This will limit your availability for this event type to one slot per day, scheduled at the earliest available time.

bookingLimitsDuration
object

Limit total amount of time that this event can be booked

bookingWindow
object

Limit how far in the future this event can be booked

offsetStart
number

Offset timeslots shown to bookers by a specified number of minutes

bookerLayouts
object

Should booker have week, month or column view. Specify default layout and enabled layouts user can pick.

confirmationPolicy
object

Specify how the booking needs to be manually confirmed before it is pushed to the integrations and a confirmation mail is sent.

recurrence
object

Create a recurring event type.

requiresBookerEmailVerification
boolean
hideCalendarNotes
boolean
lockTimeZoneToggleOnBookingPage
boolean
color
object
seats
object

Create an event type with multiple seats.

customName
string

Customizable event name with valid variables: {Event type title}, {Organiser}, {Scheduler}, {Location}, {Organiser first name}, {Scheduler first name}, {Scheduler last name}, {Event duration}, {LOCATION}, {HOST/ATTENDEE}, {HOST}, {ATTENDEE}, {USER}

destinationCalendar
object
useDestinationCalendarEmail
boolean
hideCalendarEventDetails
boolean
hosts
object[]
assignAllTeamMembers
boolean

If true, all current and future team members will be assigned to this event type

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
data
required