{
  "name": "Google calendar MCP server for AI agent with dynamic scheduling",
  "nodes": [
    {
      "id": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
      "name": "MCP_CALENDAR",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "54e84792-4f4a-4501-8aae-e40f06e958c1",
      "name": "GET_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        860,
        240
      ]
    },
    {
      "id": "c428d7b1-aed4-4a18-962e-fd29b8a2ac54",
      "name": "GET_ALL_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        240,
        240
      ]
    },
    {
      "id": "26fef8a3-5802-4f3d-ae47-b81aad813728",
      "name": "DELETE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        480,
        240
      ]
    },
    {
      "id": "e46ea1b3-8597-46aa-b37a-6660aa72f74d",
      "name": "UPDATE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        680,
        240
      ]
    },
    {
      "id": "b9c7618d-b79a-4273-a540-3d21a1c0bfb0",
      "name": "AVALIABILITY_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        80,
        240
      ]
    },
    {
      "id": "4fda260a-4d0c-4bf3-807b-e752f06037ff",
      "name": "CREATE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        1000,
        240
      ]
    }
  ],
  "connections": {
    "GET_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "CREATE_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "DELETE_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "UPDATE_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "GET_ALL_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AVALIABILITY_CALENDAR": {
      "ai_tool": [
        [
          {
            "node": "MCP_CALENDAR",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}