{
  "name": "Sync Google Calendar tasks to Trello every day",
  "nodes": [
    {
      "id": null,
      "name": "Get Start & End of day",
      "type": "n8n-nodes-base.function",
      "position": [
        850,
        450
      ]
    },
    {
      "id": null,
      "name": "Set Trello Card Details",
      "type": "n8n-nodes-base.set",
      "position": [
        1460,
        640
      ]
    },
    {
      "id": null,
      "name": "Remove Recurring Tasks",
      "type": "n8n-nodes-base.if",
      "position": [
        1650,
        640
      ]
    },
    {
      "id": null,
      "name": "Get Todays Events",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1060,
        450
      ]
    },
    {
      "id": null,
      "name": "Split Events In Batches",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1260,
        640
      ]
    },
    {
      "id": null,
      "name": "Create Trello Cards",
      "type": "n8n-nodes-base.trello",
      "position": [
        1830,
        730
      ]
    },
    {
      "id": null,
      "name": "Delete Task",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1830,
        560
      ]
    },
    {
      "id": null,
      "name": "Trigger Every Day at 8am",
      "type": "n8n-nodes-base.cron",
      "position": [
        650,
        450
      ]
    }
  ],
  "connections": {
    "Get Todays Events": {
      "main": [
        [
          {
            "node": "Split Events In Batches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Start & End of day": {
      "main": [
        [
          {
            "node": "Get Todays Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove Recurring Tasks": {
      "main": [
        [
          {
            "node": "Delete Task",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create Trello Cards",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Trello Card Details": {
      "main": [
        [
          {
            "node": "Remove Recurring Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Events In Batches": {
      "main": [
        [
          {
            "node": "Set Trello Card Details",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Todays Events",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger Every Day at 8am": {
      "main": [
        [
          {
            "node": "Get Start & End of day",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}