Skip to main content

Send preventive maintenance schedules with Google Sheets and Gmail ICS invites

Workflow preview

Workflow preview
100%
Send preventive maintenance schedules with Google Sheets and Gmail ICS invites preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Preventive Maintenance Scheduler via ICS Email (n8n Google Sheets Gmail) This workflow automatically reads your daily preventive maintenance schedule from Google Sheets and sends each assign...

Best for

  • Project Management automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.converttofile, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send preventive maintenance schedules with Google Sheets and Gmail ICS invites
Workflow name
Send preventive maintenance schedules with Google Sheets and Gmail ICS invites

đź—“ Preventive Maintenance Scheduler via ICS Email (n8n | Google Sheets | Gmail)

This workflow automatically reads your daily preventive maintenance schedule from Google Sheets and sends each assigned team member a personalized calendar invite (.ICS) as an email attachment. No more manual reminders or copying events — your operations and field teams will always be on schedule with clear, actionable reminders!

Who’s it For

  • Maintenance teams at plants, renewable sites, factories.
  • Facility and operations managers.
  • Any field crew, service team or org using Google Sheets and email for coordination.
  • Businesses wanting reliable, zero-touch preventive maintenance notifications.

How it Works

  1. Daily Trigger: Workflow runs automatically every morning at 7:00 AM.
  2. Read Maintenance Tasks: Pulls all scheduled maintenance for today from Google Sheets.
  3. Generate ICS Data: Prepares universal calendar event details: summary, location, time, assignee, etc.
  4. Create ICS File: Converts event data into a standard .ics calendar invite file with correct timings and description.
  5. Send Calendar Invite Email: Sends a personalized email to each assignee, with the .ics file attached — ready to add to Outlook, Gmail or mobile calendar.

How to Set Up

  1. Import the workflow JSON into your n8n instance.
  2. Set up connections in n8n:
  • Authenticate Google Sheets (read access) and Gmail (send access).
  1. Format your Google Sheet with headers: date, asset, task, location, email
  2. Activate the workflow. It runs daily on schedule. You can test it manually for validation.
  3. Each day: Team members with tasks scheduled for that date are sent their personalized event invite.

Requirements

Tool Purpose
n8n Instance Run and schedule the automation
Google Sheets Source of maintenance schedule/tasks
Gmail (or SMTP) Email platform to send calendar files

How to Customize

Customization How
Change calendar invite/event wording Edit title or description in the "Create ICS File" node
Adjust event start/end times Modify time logic in "Generate ICS Data" node
Change daily send time Tweak time in "Daily Trigger" node
Use a different email provider (SMTP) Swap Gmail node for SMTP node; link correct credentials
Add extra notifications (SMS/Slack) Add appropriate node after or before Send Email node

Add‑ons

Add-on Description
Recurring Tasks Automate repeated tasks via your sheet/setup
Email Logging Log sent invites in another sheet/db
WhatsApp/SMS Alerts Add Twilio or WhatsApp for instant alerts
Manager Summary Send daily reports or dashboards to leads
Pre-alerts Add reminder emails 1hr / 1 day before event

Use Case Examples

  • Wind turbine engineers receive daily calendar invites for inspections.
  • Solar O&M operators are automatically reminded for inverter cleaning via calendar sync.
  • Facility staff gets scheduled reminders for HVAC or safety checks without manual admin.
  • Managers have a clear audit trail of which reminders were sent on time.

Common Troubleshooting

Issue Possible Cause Solution
No email received Gmail/SMTP misconfigured Check node credentials, token or SMTP settings
Calendar file comes as .txt Wrong file type/extension/MIME Ensure "Create ICS File" outputs .ics and text/calendar
No invites sent for today No matching rows in Google Sheet Check date/value format; add sample data for today
Google Sheets returns error Wrong Sheet ID/tab, access issue Confirm correct Google Sheet is linked and shared
Event time/zone is incorrect Code node’s time logic not matching Adjust start/end time settings in the code node

Need Help?

Want guided setup, advanced reporting, Outlook synchronization or a full preventive maintenance dashboard?

👉 Contact WeblineIndia — Your n8n Automation partner for smart preventive maintenance and calendar-driven ops!

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Daily Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Read Maintenance Tasks

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 5 - Generate ICS Data

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

Block 6 - Create ICS File

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

Block 7 - Send Calendar Invite Email

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

3. Summary Table

Workflow Send preventive maintenance schedules with Google Sheets and Gmail ICS invites
Complexity intermediate
Nodes 7
Categories Project Management, Multimodal AI
Author WeblineIndia
Published 21 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7700/7700.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 Send preventive maintenance schedules with Google Sheets and Gmail ICS invites do?

Preventive Maintenance Scheduler via ICS Email (n8n Google Sheets Gmail) This workflow automatically reads your daily preventive maintenance schedule from Google Sheets and sends each assign...

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 Project Management, Multimodal AI use case.