{
  "name": "Generate 7-day event plans with Google Calendar, GPT-3.5 and Notion",
  "nodes": [
    {
      "id": null,
      "name": "Google Calendar Trigger",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "HubGPT: Generate Prep Plan",
      "type": "n8n-nodes-base.hubGPT",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Notion: Create Event Page",
      "type": "n8n-nodes-base.notion",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "Item Lists: Split Tasks",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        850,
        300
      ]
    },
    {
      "id": null,
      "name": "Notion: Add Task Row",
      "type": "n8n-nodes-base.notion",
      "position": [
        1050,
        300
      ]
    },
    {
      "id": null,
      "name": "Email: Send Confirmation",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1250,
        300
      ]
    }
  ],
  "connections": {
    "Notion: Add Task Row": {
      "main": [
        [
          {
            "node": "Email: Send Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar Trigger": {
      "main": [
        [
          {
            "node": "HubGPT: Generate Prep Plan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Item Lists: Split Tasks": {
      "main": [
        [
          {
            "node": "Notion: Add Task Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion: Create Event Page": {
      "main": [
        [
          {
            "node": "Item Lists: Split Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubGPT: Generate Prep Plan": {
      "main": [
        [
          {
            "node": "Notion: Create Event Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}