Block 1 - Manual Trigger
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
What This Workflow Does This workflow automates the process of creating Google Calendar events from a Google Sheet. It ensures each row in the sheet is evaluated for its current status and: Creat...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.googlecalendar, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Agus Narestha.
Original n8n.io sourceThis workflow automates the process of creating Google Calendar events from a Google Sheet. It ensures each row in the sheet is evaluated for its current status and:
Create Event: Attempt to create a Google Calendar event using the row’s data.
Check for Errors:
If the creation succeeds, update the sheet as Created.
If it fails, update the sheet as Failed.
This ensures a reliable workflow where the Google Sheet and Google Calendar remain synchronized without manual intervention.
To run this workflow, you need:
n8n account with workflow access.
Google Sheets OAuth2 credentials connected to your Google Sheet.
Google Calendar OAuth2 credentials connected to the target calendar.
A properly formatted Google Sheet with columns for event details (see below).
The workflow nodes must be authorized to read and write to both Google Sheets and Google Calendar.
Manual Trigger: Start the workflow anytime.
Google Sheets Read/Write: Reads event data and updates status after processing.
Google Calendar Integration: Automatically creates events.
Error Handling: Detects errors during event creation and logs them in the sheet.
Duplicate Prevention: Rows already processed are marked as duplicates.
Dynamic Data Mapping: Pulls event details directly from the sheet to Google Calendar.
The workflow expects a sheet with the following columns:
|summary|start|end|description|location|attendees|status| |-|-|-|-|-|-|-|- |Meeting A|2026-03-20T10:00:00+08:00|2026-03-20T11:00:00+08:00|Client discussion|Google Meet|[email protected]|pending |Meeting B|2026-03-21T10:00:00+08:00|2026-03-21T11:00:00+08:00|Client discussion|Zoom|[email protected],[email protected]|pending |Meeting C|2026-03-22T10:00:00+08:00|2026-03-22T11:00:00+08:00|Client discussion|Google Meet|[email protected]|created
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.
| Workflow | Bulk create Google Calendar events from Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | File Management |
| Author | Agus Narestha |
| Published | 17 Mar 2026 |
Use the JSON export at /data/workflows/14107/14107.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
What This Workflow Does This workflow automates the process of creating Google Calendar events from a Google Sheet. It ensures each row in the sheet is evaluated for its current status and: Creat...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 File Management use case.