Publish a booking page with forms, data tables, and .ics calendar invites

Quick overview This workflow publishes an n8n Form booking page that checks each requested date/time against an n8n Data Table to prevent double bookings, then creates a downloadable .ics calendar invite and stores confirmed bookings.

How it works Receives a booking request from an n8n Form where the visitor submits their name, email, date, and time. Applies configurable booking settings (meeting length, subject, and organizer name/email) and normalizes the selected date/time. Looks up the n8n Data Table for any existing booking rows matching the same date and time. Determines whether the slot is available and, if it is, generates an RFC 5545-compatible .ics calendar invite for the meeting. If the slot is available, converts the invite text into an invite.ics file, inserts the booking details into the Data Table, and shows a confirmation page. If the slot is taken, displays a “pick another time” completion page to the visitor.

Setup Create an n8n Data Table named Bookings with text columns Date, Time, Name, Email, and BookedAt, then select it in both Data Table steps. Update the booking defaults (meeting length, subject, organizer name, and organizer email) in the booking settings values. Publish the n8n Form and share the form URL as your public booking page.

0
Downloads
0
Views
6.89
Quality Score
beginner
Complexity
Author:Ships Itself(View Original →)
Created:8/22/2026
Updated:8/22/2026

🔒 Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments