{
  "name": "Daily meeting summaries with Google Calendar & Gemini for Slack-Discord-WhatsApp",
  "nodes": [
    {
      "id": "c8b0129b-4640-4b46-9626-b42fdd676840",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f625cfdf-8135-4cc9-9a8a-d30976a8a5ff",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "7ecd8a91-3da1-494a-bcb0-8b02343f8489",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "a0bc0097-efdd-4a45-9129-55f620d7f7f3",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        96,
        224
      ]
    },
    {
      "id": "d8e03223-2917-4470-919a-771f141a077a",
      "name": "Google Calendar 2",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        512,
        224
      ]
    },
    {
      "id": "824ed333-9716-4485-800e-ff5e9a01277b",
      "name": "Google Calendar 1",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        304,
        224
      ]
    },
    {
      "id": "12afd813-c97a-4b09-af1d-3d9aa0614253",
      "name": "Send to Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        832,
        0
      ]
    },
    {
      "id": "4b0933c1-451f-4745-b623-14503749d215",
      "name": "Send to WhatsApp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        832,
        192
      ]
    },
    {
      "id": "37a811a6-b5d1-4ef5-ac28-20d6e152f54c",
      "name": "Send to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        832,
        -192
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send to Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to Discord",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send to WhatsApp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send to Slack": {
      "main": [
        []
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 1": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar 2": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}