The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Calendar Event Create",
"nodes": [
{
"parameters": {},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "create",
"calendar": "primary",
"summary": "={{ $json.body.title }}",
"start": "={{ $json.body.startTime }}",
"end": "={{ $json.body.endTime }}",
"attendees": "={{ JSON.stringify($json.body.attendees ?? []) }}",
"description": "={{ $json.body.description }}"
},
"id": "googleCalendar",
"name": "Google Calendar",
"type": "n8n-nodes-base.googleCalendar",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Google Calendar",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"mcp",
"calendar",
"scheduling"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Calendar Event Create. Uses googleCalendar. Webhook trigger; 2 nodes.
Source: https://github.com/developers-universe-1/agentic-sales-engine/blob/main/n8n/workflows/calendar-create.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Transform your appointment scheduling with this production-ready workflow that connects ElevenLabs voice AI to your Google Calendar. Patients can call and book appointments naturally through conversat
Agente Vendas Veículos - Completo. Uses redis, httpRequest, googleCalendar, googleSheetsTrigger. Webhook trigger; 21 nodes.
Crown Storage — Book Consultation. Uses googleCalendar, gmail. Webhook trigger; 7 nodes.
Crown Storage — Check Availability. Uses googleCalendar. Webhook trigger; 5 nodes.
My workflow 7. Uses openAi, redis, httpRequest, agent. Webhook trigger; 77 nodes.