Skip to main content

Book and manage appointments with Google Calendar and Gmail

Workflow preview

Workflow preview
100%
Book and manage appointments with Google Calendar and Gmail preview
Open on n8n.io

1. Workflow Overview

Overview This workflow automates the complete appointment booking process, from request validation to scheduling, notifications, and reminders. It checks calendar availability in real time, prevent...

Best for

  • Support Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.googlecalendar, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.respondtowebhook, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ResilNext.

Original n8n.io source

1.1 Workflow description

Title
Book and manage appointments with Google Calendar and Gmail
Workflow name
Book and manage appointments with Google Calendar and Gmail

Overview

This workflow automates the complete appointment booking process, from request validation to scheduling, notifications, and reminders.

It checks calendar availability in real time, prevents double bookings, suggests alternative slots when unavailable, and automatically sends confirmations and reminders—ensuring a smooth and reliable booking experience.

Perfect for service-based businesses, consultants, and teams managing appointments at scale.


How It Works

  1. Webhook Trigger
  • Receives booking requests (name, email, date, time, notes).
  1. Workflow Configuration
  • Defines:
  • Google Calendar ID
  • Appointment duration
  • Business hours
  • Sender email
  1. Data Validation
  • Parses and validates input fields
  • Ensures required data is present and correctly formatted
  1. Calendar Availability Check
  • Fetches existing events from Google Calendar
  • Compares requested time with existing bookings
  1. Conflict Detection
  • Detects overlapping events
  • Determines whether the slot is available
  1. Decision Logic
  • If available → proceed with booking
  • If not available → trigger alternative flow

Booking Flow (Available Slot)

  1. Create Calendar Event
  • Schedules appointment in Google Calendar
  • Adds attendee and event details
  1. Confirmation Email
  • Sends booking confirmation with event details
  • Includes calendar event link
  1. Webhook Response
  • Returns success response to client/system
  1. Reminder System
  • Schedules automated reminders:
  • 24-hour reminder before appointment
  • 1-hour reminder before appointment
  • Uses wait nodes to trigger emails at exact times
  • Includes appointment details to reduce no-shows

Alternative Flow (Unavailable Slot)

  1. Generate Alternative Slots
  • Finds next available time slots within business hours
  • Ensures slots are within a defined time window
  1. Alternative Email Notification
  • Sends suggested time slots to the user
  1. Webhook Response
  • Returns unavailable status with alternatives

Setup Instructions

  1. Webhook Setup
  • Configure endpoint (booking)
  • Connect to your frontend or booking form
  1. Google Calendar
  • Add Google Calendar credentials
  • Set calendar ID
  1. Gmail Integration
  • Add Gmail credentials for:
  • Confirmation emails
  • Reminder emails
  • Alternative slot notifications
  1. Configure Parameters
  • Set:
  • Appointment duration (e.g., 60 minutes)
  • Business hours (e.g., 9–17)
  • Sender email
  1. Customize Messages
  • Edit email templates for:
  • Confirmation
  • Alternatives
  • Reminders

Use Cases

  • Appointment booking systems for businesses
  • Coaching and consulting session scheduling
  • Service-based business automation (salons, clinics, etc.)
  • Internal team scheduling tools
  • Calendly-style booking workflows

Requirements

  • Google Calendar account
  • Gmail account
  • n8n instance (cloud or self-hosted)

Key Features

  • Real-time availability checking
  • Automatic conflict detection
  • Calendar event creation
  • Alternative slot suggestions
  • Email notifications and confirmations
  • Automated reminder system (24h + 1h)
  • Fully customizable booking logic

Summary

A complete appointment scheduling system that automates booking validation, calendar management, notifications, and reminders. It reduces manual coordination, prevents scheduling conflicts, and improves attendance with automated follow-ups.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Booking Request Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Workflow Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Parse Booking Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Check Calendar Availability

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 5 - Check for Conflicts

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Is Available?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 7 - Create Calendar Event

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 8 - Send Confirmation Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 9 - Respond Success

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.5

Block 10 - Find Alternative Slots

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Send Alternative Slots Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 12 - Respond Unavailable

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.5

Block 13 - Wait 24 Hours Before

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 14 - Send 24h Reminder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 15 - Wait 1 Hour Before

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 16 - Send 1h Reminder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Book and manage appointments with Google Calendar and Gmail
Complexity advanced
Nodes 26
Categories Support Chatbot
Author ResilNext
Published 06 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14824/14824.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Book and manage appointments with Google Calendar and Gmail do?

Overview This workflow automates the complete appointment booking process, from request validation to scheduling, notifications, and reminders. It checks calendar availability in real time, prevent...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot use case.