Import a booking page from another scheduler
import_booking_pageRecreate a public booking page from its URL by importing visible event types, durations, locations, and booking questions. Works with Calendly and other schedulers.
Instructions
Recreate an existing public booking page in meetergo from its URL. Calendly and several other schedulers are recognised automatically. The tool reads only the public profile and creates one meeting type per visible event type with its duration, location and booking questions. It never modifies the source account. Imports are additive, so running it twice creates duplicates. The response lists both created items and failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public booking page URL, e.g. https://calendly.com/<slug>. The provider is detected from the URL; an unrecognised host is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | No | Event types that could not be imported, with the reason | |
| created | No | Meeting types created from the imported page | |
| provider | No | Scheduler recognised from the URL |