{
  "name": "Create Zoom meeting link from Google Calendar invite",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        330
      ]
    },
    {
      "id": null,
      "name": "Zoom",
      "type": "n8n-nodes-base.zoom",
      "position": [
        380,
        410
      ]
    },
    {
      "id": null,
      "name": "Date & Time",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        200,
        230
      ]
    },
    {
      "id": null,
      "name": "Google Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        350,
        230
      ]
    },
    {
      "id": null,
      "name": "IF Zoom meeting",
      "type": "n8n-nodes-base.if",
      "position": [
        180,
        430
      ]
    },
    {
      "id": null,
      "name": "Cron Once a Day",
      "type": "n8n-nodes-base.cron",
      "position": [
        0,
        170
      ]
    }
  ],
  "connections": {
    "Date & Time": {
      "main": [
        [
          {
            "node": "Google Calendar",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron Once a Day": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Calendar": {
      "main": [
        [
          {
            "node": "IF Zoom meeting",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF Zoom meeting": {
      "main": [
        [
          {
            "node": "Zoom",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}