{
  "name": "Automate daily Google Calendar events to Trello cards",
  "nodes": [
    {
      "id": "21281d81-ba46-4a86-a530-291de615796f",
      "name": "Calculate Today's Date Range",
      "type": "n8n-nodes-base.function",
      "position": [
        960,
        480
      ]
    },
    {
      "id": "14b6039c-502b-4968-a651-a3225b6ef228",
      "name": "Extract Event Details for Trello",
      "type": "n8n-nodes-base.set",
      "position": [
        1648,
        480
      ]
    },
    {
      "id": "59a10e50-8c77-400c-b0e7-6bba27d30353",
      "name": "Filter Out Routine Events",
      "type": "n8n-nodes-base.if",
      "position": [
        1872,
        480
      ]
    },
    {
      "id": "f661db69-ed66-490d-a8af-158dc84ee74c",
      "name": "Fetch All Today's Calendar Events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1184,
        480
      ]
    },
    {
      "id": "012be805-30b1-4b76-9ef0-7a1f542d3bf1",
      "name": "Process Events One by One",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1408,
        480
      ]
    },
    {
      "id": "eea26fd7-bf02-4490-b273-6c0ddaeb2f1d",
      "name": "Create New Trello Card with Template",
      "type": "n8n-nodes-base.trello",
      "position": [
        2096,
        576
      ]
    },
    {
      "id": "8688569f-3364-4631-8011-346c52d6373f",
      "name": "Skip Filtered Event",
      "type": "n8n-nodes-base.noOp",
      "position": [
        2096,
        384
      ]
    },
    {
      "id": "b9b1a547-feca-4f78-af68-aae4b415d518",
      "name": "Run Daily at 8 AM",
      "type": "n8n-nodes-base.cron",
      "position": [
        736,
        480
      ]
    },
    {
      "id": "606cd339-03f7-4317-814b-088100616218",
      "name": "Workflow Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "760aed79-5c54-42dc-92e5-74c2f4cad7ea",
      "name": "Step 1-2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        736,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a29dd96a-169e-4a31-80dc-8f7b85fd1b33",
      "name": "Step 3-4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1104,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e61fd6c4-69e5-4820-ad66-6e8d1a225cf9",
      "name": "Step 5-6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1456,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "71ff5944-044d-4e1b-b6f8-c68b498b5bb7",
      "name": "Step 7-8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1808,
        32
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Run Daily at 8 AM": {
      "main": [
        [
          {
            "node": "Calculate Today's Date Range",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Out Routine Events": {
      "main": [
        [
          {
            "node": "Skip Filtered Event",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create New Trello Card with Template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Events One by One": {
      "main": [
        [
          {
            "node": "Extract Event Details for Trello",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate Today's Date Range": {
      "main": [
        [
          {
            "node": "Fetch All Today's Calendar Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Event Details for Trello": {
      "main": [
        [
          {
            "node": "Filter Out Routine Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch All Today's Calendar Events": {
      "main": [
        [
          {
            "node": "Process Events One by One",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}