booking_pages_create
Create custom booking pages with configurable availability, custom questions, and duration options using JSON input.
Instructions
Create a new booking page. Requires the booking_pages:write scope. Accepts nested fields (--availability, --custom-questions, --duration-options) as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| slug | No | ||
| description | No | ||
| duration | No | ||
| location | No | ||
| videoProvider | No | ||
| calendarKey | No | ||
| timezone | No | ||
| username | No | ||
| displayName | No | ||
| eventNameTemplate | No | ||
| minNoticeMinutes | No | ||
| maxDaysAhead | No | ||
| beforeEventBuffer | No | ||
| afterEventBuffer | No | ||
| slotInterval | No | ||
| availability | No | ||
| customQuestions | No | ||
| durationOptions | No |