Update Booking Page
shipmail_update_booking_pageUpdate an existing booking page's settings, including name, duration, timezone, or disable meeting links by clearing the conferencing provider.
Instructions
Update a booking page. All fields optional; provide at least one. Set conferencing_provider to null to stop creating meeting links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking page ID. | |
| name | No | ||
| slug | No | ||
| active | No | ||
| mailbox | No | The mailbox (calendar owner) address. | |
| timezone | No | IANA time zone. | |
| description | No | ||
| buffer_minutes | No | ||
| idempotency_key | No | Optional idempotency key. If omitted, the MCP server generates one for POST tools. | |
| duration_minutes | No | ||
| max_advance_days | No | ||
| availability_days | No | ||
| window_end_minutes | No | ||
| window_start_minutes | No | ||
| conferencing_provider | No | Opt-in meeting provider. It must already be connected to the page's mailbox. Set null to stop creating meeting links. | |
| minimum_notice_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_page | Yes |