{
  "name": "When specific event created in Google Calendar, duplicate & rename Google file",
  "nodes": [
    {
      "id": "d8930efe-e70f-49f4-986a-be5598f30d5d",
      "name": "Filter specific event",
      "type": "n8n-nodes-base.filter",
      "position": [
        780,
        60
      ]
    },
    {
      "id": "0bb2f1db-c804-4dab-8541-02386ef7ff28",
      "name": "New event in Google Calendar",
      "type": "n8n-nodes-base.googleCalendarTrigger",
      "position": [
        560,
        60
      ]
    },
    {
      "id": "247df98b-8207-458d-ba6a-826d7f91831c",
      "name": "Search folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        980,
        60
      ]
    },
    {
      "id": "03112460-fd45-4b82-8086-bd0a09c8300a",
      "name": "Search file to duplicate",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1200,
        60
      ]
    },
    {
      "id": "a4d7371c-75ac-4d3d-afe1-1ec3920ee3ed",
      "name": "Create and rename Google File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1420,
        60
      ]
    },
    {
      "id": "c78d5082-9630-4872-87b4-73c68f254b7e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        -300
      ],
      "parameters": {
        "width": 783.9001364220326,
        "height": 201.86891048588683,
        "content": "## Set up\n\n- Set up credentials for **Google Calendar**, **Google Drive**, and **Google File**. You'll need a Google Workspace account. \n- Set up the **Filter** node with the pattern you want to look "
      }
    },
    {
      "id": "3ea6d7bc-3649-4ddc-9623-f094ecce6333",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        40
      ],
      "parameters": {
        "width": 183.1090661050851,
        "height": 387.56373557965946,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n👆\n\nYou can exchange with a trigger from another scheduling tool (Calendly, Hubspot)"
      }
    },
    {
      "id": "e1c915d6-58db-40e8-9c1e-e3446b89fa44",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        40
      ],
      "parameters": {
        "width": 185.58258497008137,
        "height": 390.03725444465573,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n👆\n\nYou can filter with any pattern that matches the type of event you're trying to retrieve (Event title, description, organiser, attendees...)"
      }
    },
    {
      "id": "d0a141a8-b165-411c-9237-23e73ca7e5eb",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        40
      ],
      "parameters": {
        "width": 185.58258497008137,
        "height": 390.03725444465573,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n👆\n\nSearch the folder where the file you want to duplicate is located. "
      }
    },
    {
      "id": "5f1820b5-06ce-4fc5-8b9f-634580ce44b7",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1160,
        40
      ],
      "parameters": {
        "width": 185.58258497008137,
        "height": 390.03725444465573,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n👆\n\nSearch the file you want to duplicate."
      }
    },
    {
      "id": "1efb3ca1-514b-46a3-8213-68a395cbf4ce",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        40
      ],
      "parameters": {
        "width": 185.58258497008137,
        "height": 441.9811506095781,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n👆\n\nRename the new file whichever way you want, using variables from the first step (Calendar event). \n\nEx: {Title of the event} | {date of the event} | {attendees}"
      }
    },
    {
      "id": "13ae86e3-8629-4797-8d60-5791ca06a226",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        -60
      ],
      "parameters": {
        "width": 185.58258497008137,
        "height": 80,
        "content": "💡 ***You can create multiple path for different type of events***"
      }
    }
  ],
  "connections": {
    "Search folder": {
      "main": [
        [
          {
            "node": "Search file to duplicate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter specific event": {
      "main": [
        [
          {
            "node": "Search folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search file to duplicate": {
      "main": [
        [
          {
            "node": "Create and rename Google File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New event in Google Calendar": {
      "main": [
        [
          {
            "node": "Filter specific event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}