Set up Calendly (or Cal.com)
Create a free Calendly account and an event type (e.g.
“30-min intro call”). Connect your calendar so it only offers times you’re free.
This one uses a small external
<script> from Calendly (not just an iframe).
That’s fine for trusted, well-known providers — see the
security note.Other calendar tools — same idea
The exact same three steps work with any booking tool that offers an embed. Sign up, find its Embed option, copy the snippet, and paste it into your page (or hand it to your AI):| Tool | Where to find the embed |
|---|---|
| Calendly | Share → Add to website → Inline embed |
| Cal.com (open-source) | Event type → Embed → Inline |
| HubSpot Meetings | Meetings → Share / Embed → copy the code |
| Google Calendar — appointment schedule | Appointment schedule → Share → Embed |
| SavvyCal | Share → Embed |
<iframe> or a small <script> + a target <div> — both
work on a Shareable page.