AutomationFlowsAI & RAG › Calendar Event Create

Calendar Event Create

Calendar Event Create. Uses googleCalendar. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesGoogle Calendar
AI & RAG Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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"
  ]
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

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

Google Calendar, Gmail
AI & RAG

Agente Vendas Veículos - Completo. Uses redis, httpRequest, googleCalendar, googleSheetsTrigger. Webhook trigger; 21 nodes.

Redis, HTTP Request, Google Calendar +1
AI & RAG

Crown Storage — Book Consultation. Uses googleCalendar, gmail. Webhook trigger; 7 nodes.

Google Calendar, Gmail
AI & RAG

Crown Storage — Check Availability. Uses googleCalendar. Webhook trigger; 5 nodes.

Google Calendar
AI & RAG

My workflow 7. Uses openAi, redis, httpRequest, agent. Webhook trigger; 77 nodes.

OpenAI, Redis, HTTP Request +8