{
  "name": "Send a daily summary of your Google Calendar events to Slack",
  "nodes": [
    {
      "id": null,
      "name": "Google Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        540,
        -320
      ]
    },
    {
      "id": null,
      "name": "Function",
      "type": "n8n-nodes-base.function",
      "position": [
        540,
        70
      ]
    },
    {
      "id": null,
      "name": "Date & Time",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        720,
        -320
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        1410,
        -110
      ]
    },
    {
      "id": null,
      "name": "Date & Time1",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        880,
        70
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        910,
        -320
      ]
    },
    {
      "id": null,
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        1200,
        -110
      ]
    },
    {
      "id": null,
      "name": "Set1",
      "type": "n8n-nodes-base.set",
      "position": [
        1630,
        -130
      ]
    },
    {
      "id": null,
      "name": "Date & Time2",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        1800,
        -130
      ]
    },
    {
      "id": null,
      "name": "Function1",
      "type": "n8n-nodes-base.function",
      "position": [
        1960,
        -130
      ]
    },
    {
      "id": null,
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        2150,
        -130
      ]
    },
    {
      "id": null,
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        250,
        -130
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Set1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron": {
      "main": [
        [
          {
            "node": "Google Calendar",
            "type": "main",
            "index": 0
          },
          {
            "node": "Function",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set1": {
      "main": [
        [
          {
            "node": "Date & Time2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function": {
      "main": [
        [
          {
            "node": "Date & Time1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Function1": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Date & Time2": {
      "main": [
        [
          {
            "node": "Function1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}