In a small business an appointment rarely costs the time it takes. It costs the back and forth before it: a call that reaches nobody, a callback that lands badly, a proposed slot nobody answers for two days.
A booking page cuts that short, and brings a new risk: two people in the same treatment room at the same hour, or a technician due at two addresses at eight. Anyone who has had to cancel such an appointment switches the page off again.
How do I automate appointment booking in a small business?
With a booking page tied to exactly one calendar, and services whose duration is fixed beforehand. Reminders, forms and payment come after that.
A booking system is a page that shows free slots from a company calendar and writes the customer's choice straight back into it as an appointment. The difference from a contact form lies in that return path: a form produces an enquiry somebody has to work through, a booking produces the appointment.
- 1.Define the services, each with an honest duration. A first consultation runs longer than a check, and setting both at 30 minutes builds delay into the calendar.
- 2.Declare one calendar the authoritative source. Every appointment goes in there, including those agreed on the phone.
- 3.Set buffers and lead time: travel between addresses, turnaround between treatments, and a minimum notice so nobody books a slot ten minutes from now.
- 4.Send confirmation and reminder automatically, with address, duration and a way to cancel.
Why do double bookings still happen with a booking system?
Because the booking page only knows the calendar it may read. An appointment stored anywhere else does not exist for it, and that is exactly the slot it offers as free.
- The calendar is connected one way only: bookings are written in, existing appointments never read out.
- A private calendar runs beside the business one, holding the dentist appointment on Tuesday.
- Appointments agreed by phone end up in the paper diary at reception.
- Two people share a room or device, while the system knows only people.
- The sync between two systems runs every few minutes. Two customers book the same slot inside that gap.
Separate calendars, paper diaries and one way connections are a morning's work. Shared rooms and devices need their own resource in the system. Against the sync gap it helps if a booking blocks the slot at once rather than after a confirmation.
Test against reality before you go live, not against the manual: create five test bookings, then check that each appears in the calendar at once and that the slot is offered nowhere afterwards. What shows up there would otherwise show up to a customer.
Which appointments belong in a booking system and which do not?
Bookable are appointments with a fixed duration that need no clarification first: a check, a first meeting, a service visit, a collection. Anything that needs the size of the job known first stays on the phone.
The line runs along predictability, not importance. A roofer can open the survey and close the job itself, a law firm the first meeting and not the hearing preparation. Open everything and you move appointments you confirmed yourself, costing the trust the page should build.
How much do automatic appointment reminders achieve?
They cut the number of forgotten appointments measurably. A Cochrane review from 2013 pulls together eight randomised trials with 6,615 participants.
In the seven trials comparing a text message reminder with none at all, attendance stood at 78.6 percent against 67.8 percent. According to the review the risk ratio is 1.14, the confidence interval runs from 1.03 to 1.26, and the evidence is rated low to moderate.
Those trials come from healthcare, so what carries over is the direction, not the figure. A reminder the day before costs a few cents and is cheap against an empty hour.
Legally, a reminder about an agreed appointment is part of performing the contract. Once the same message carries an offer it becomes direct marketing, and for that, according to WKO, section 174 of the Austrian Telecommunications Act 2021 requires prior consent. Whether the narrow exception for existing customers applies is a legal question.
Which Austrian rules apply to a booking page?
Two that are easy to miss. According to WKO the Austrian Accessibility Act has applied since 28 June 2025, and the electronic commerce services it covers expressly include online appointment booking tools.
Micro enterprises providing services are exempt: WKO gives the definition as fewer than 10 people employed and either at most 2 million euro annual turnover or the same as annual balance sheet total. Above that the benchmark is EN 301 549, which according to WKO largely matches WCAG 2.2. The Sozialministeriumservice enforces it, with a maximum fine of 80,000 euro according to WKO.
The second rule is the GDPR. A booking service processes names, contact details and appointments on behalf of the business. Article 28 GDPR requires a contract setting out the subject matter and duration of the processing, its nature and purpose, the type of data and the categories of data subjects. A booked appointment in the health professions can allow inferences about health data, which Article 9 GDPR protects specifically. Whether that applies is a legal question to settle beforehand.
How do you introduce a booking page without stopping the business?
With one service, one person and one calendar. As a guide the effort runs two to five days, growing with every extra calendar, room or shared device.
- 1.Keep a tally for a week: how many requests arrive, through which channel, and how many contacts it takes to fix a date.
- 2.Make a single service bookable, for one person, tied to one calendar.
- 3.Let it run for two weeks and note every double booking with its cause.
- 4.Only then add further services, people and rooms.
- 5.After four weeks collect the same numbers as in the first week.
What the saved effort is worth per year comes out of our process cost calculator from four values. That calculation belongs before the choice of tool: a booking page rarely fails on the licence price and usually on calendar upkeep.
The technology is the smaller part. Which appointments are freely bookable and who keeps the calendar is decided by the business itself, and that decides whether the page is still in use after three months. What those workflows look like is on our use cases page.