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.
AI Phone Agent with RetellAI. Uses telegram, googleCalendar, httpRequest, googleDrive. Webhook trigger; 36 nodes.
Build a Chatbot, Voice Agent and Phone Agent with Voiceflow, Google Calendar and RAG. Uses googleCalendar, httpRequest, googleDrive. Webhook trigger; 34 nodes.
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.
Lab 4 - ElevenLabs Booking Tools (Google Calendar). Uses googleCalendar. Webhook trigger; 11 nodes.