How to add Google Calendar appointment scheduling to your website
Google Calendar appointment scheduling is Google's built-in appointment booking pages, available in Google Calendar, used by freelancers, tutors and small businesses already using Google Workspace or Gmail. Here's how to put it on your own website, which embed option to pick, and what goes wrong.
Quick answer
Get the code from Google Calendar itself — create an appointment schedule, then use the Share or Open booking page option to get the link and embed code. For most people the right choice is the booking page link — a calendar.app.google URL behind a button. Paste it into a code or embed block on your site — not a plain text field — then place it beside your main call to action and test the whole flow on a phone before relying on it.
Google Calendar appointment scheduling: which option to use
| Option | What it does |
|---|---|
| Booking page link | A calendar.app.google URL behind a button. |
| Embed code | Google provides an iframe snippet to drop into your site. |
| Multiple schedules | Separate schedules for different appointment types, each with its own link. |
Step-by-step
- 1
Find the code or link in your account
Google Calendar appointment scheduling keeps this in Google Calendar itself — create an appointment schedule, then use the Share or Open booking page option to get the link and embed code. Copy what you need before touching your website — most of the time people lose is spent hunting for the snippet, not installing it.
- 2
Pick the right option for the job
The table above is the decision. Booking page link: A calendar.app.google URL behind a button. Embed code: Google provides an iframe snippet to drop into your site. Choosing before you paste saves rebuilding the section later.
- 3
Paste it into a code or embed block
This needs an HTML, code or embed block — not a plain text field, where the code will simply appear as text on your page. On Adviita, ask the AI editor to add an embed section and drop the code in. On WordPress use a Custom HTML block, on Squarespace a Code block (Business plan or above), and on Wix an Embed HTML element.
- 4
Put it where the decision happens
Booking is the action your site exists to produce, so this belongs above the fold, not below your gallery. A widget three scrolls down does a fraction of the work of the same widget beside your main call to action. Decide what the page is for, then place it at the point the visitor is deciding.
- 5
Check it on an actual phone
Most visitors to a small business website arrive on a phone, and embeds are where mobile layouts break. Open your live site on your own phone and confirm it loads, fits the screen without sideways scrolling, and does not push your contact button out of view. Third-party embeds are also the most common cause of a slow page, so if it noticeably delays loading, consider a plain link instead.
- 6
Test it end to end before you rely on it
Run through the whole flow yourself as a customer would — complete a real booking — and confirm what should happen actually happens. Broken embeds fail silently, and the first person to notice is usually a customer who has already given up.
Tips & best practices
- ▸Some features, including payments and multiple schedules, require a paid Google Workspace plan rather than a free Gmail account.
- ▸Availability is drawn from the calendar the schedule sits on. If you keep personal and work events together, personal events will block slots.
- ▸The booking page styling is fixed and unmistakably Google. If brand consistency matters, a dedicated scheduling tool gives you more control.
- ▸Re-test the embed after any change to your site, your plan, or the connected account — third-party widgets break quietly and nothing tells you.
Common questions
Can I use Google Calendar for appointment booking on my website?
+−
Yes. Create an appointment schedule in Google Calendar, then open the booking page options to copy either the share link or the embed code. Put the link behind a button or paste the iframe into a code block. It is free with a personal Google account for basic use.
What's the catch with Google Calendar appointment scheduling?
+−
It is simple and free but limited: styling is fixed, payment collection and multiple schedules need a paid Workspace plan, and there is little automation around reminders and follow-ups. For straightforward call booking it is genuinely fine; for a salon or clinic it is not enough.
Do I need a developer to add Google Calendar appointment scheduling to my site?
+−
No. Every option here is copy and paste into a code or embed block, which every mainstream website builder provides. The only genuine blocker is a builder or plan that does not allow custom code at all — Squarespace, for instance, requires a Business plan or above for code blocks.
Will adding Google Calendar appointment scheduling slow down my website?
+−
Any third-party embed has some cost, because it loads code from another company's servers. One is usually unnoticeable; four or five on the same page is where small business sites become visibly slow. If page speed matters to you, prefer a plain link over a script wherever the option exists, and keep embeds to the pages that genuinely need them.