{
  "name": "Manage Google Calendar events via WhatsApp with Gemini AI",
  "nodes": [
    {
      "id": "7572519a-3018-4e08-9f8a-a1a07c8443f4",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1760,
        220
      ]
    },
    {
      "id": "2112fe4c-24bc-40e6-808f-e284f1f7e564",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1760,
        40
      ]
    },
    {
      "id": "858ea628-8de5-4d25-91e1-e3af494439e2",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1920,
        40
      ]
    },
    {
      "id": "51a4e6c2-020b-4f23-a3c8-b82e0d8314cd",
      "name": "Get Calendar Event",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        1760,
        420
      ]
    },
    {
      "id": "25c10ef0-74d4-448e-a9b9-936c5cb79fb2",
      "name": "Create Calendar Event",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        1960,
        420
      ]
    },
    {
      "id": "5dbf0dbe-64a2-4125-8026-97edbbc073d8",
      "name": "Update Calendar Event",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        2160,
        420
      ]
    },
    {
      "id": "de488499-81a3-42e0-9e92-7652ad5fed6e",
      "name": "Delete Calendar Event",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        2360,
        420
      ]
    },
    {
      "id": "e4c6ed7e-63b3-4419-a49b-72161b0cca99",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "28f98c70-0e43-439a-b698-7f2998ca556e",
      "name": "Is start?",
      "type": "n8n-nodes-base.if",
      "position": [
        1240,
        220
      ]
    },
    {
      "id": "5c54876f-c242-4039-9d66-df654c24d82a",
      "name": "Initialization",
      "type": "n8n-nodes-base.set",
      "position": [
        1020,
        220
      ]
    },
    {
      "id": "b1c12ae6-e823-4683-a6e2-c6fc54666c30",
      "name": "Define Type",
      "type": "n8n-nodes-base.switch",
      "position": [
        1480,
        220
      ]
    },
    {
      "id": "65ba563a-a189-4ed0-81e4-181effeb5b40",
      "name": "Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        800,
        220
      ]
    },
    {
      "id": "8a1ee108-8852-4c58-b74f-1509b07b1345",
      "name": "Welcome message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        1240,
        20
      ]
    },
    {
      "id": "e5084a22-d5b0-4598-96d1-f354d5007cdc",
      "name": "Send Answer",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        2140,
        220
      ]
    },
    {
      "id": "47e76fd7-1a67-4ba1-9621-73f9da5f5816",
      "name": "WhatsApp Trigger",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "position": [
        580,
        220
      ]
    },
    {
      "id": "5471a563-ec2c-429e-8e6c-54dcaeb9bf79",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send Answer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is start?": {
      "main": [
        [
          {
            "node": "Welcome message",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Define Type",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables": {
      "main": [
        [
          {
            "node": "Initialization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Define Type": {
      "main": [
        [],
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Initialization": {
      "main": [
        [
          {
            "node": "Is start?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WhatsApp Trigger": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Calendar Event": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Calendar Event": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Calendar Event": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update Calendar Event": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}