{
  "name": "RESCHEDULE_RESERVATION",
  "nodes": [
    {
      "parameters": {
        "operation": "getAll",
        "calendar": {
          "__rl": true,
          "value": "REPLACE_WITH_GOOGLE_CALENDAR_ID@group.calendar.google.com",
          "mode": "list",
          "cachedResultName": "Aurora Caf\u00e9"
        },
        "timeMax": "={{ $now.plus({ month: 6 }) }}",
        "options": {
          "query": "={{ $json.Email }}"
        }
      },
      "type": "n8n-nodes-base.googleCalendar",
      "typeVersion": 1.3,
      "position": [
        480,
        352
      ],
      "id": "a0ebf1bd-24a6-4f0c-9b41-1b1a3ec6805d",
      "name": "Get Appointment",
      "alwaysOutputData": false,
      "credentials": {
        "googleCalendarOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "calendar": {
          "__rl": true,
          "value": "REPLACE_WITH_GOOGLE_CALENDAR_ID@group.calendar.google.com",
          "mode": "list",
          "cachedResultName": "Aurora Caf\u00e9"
        },
        "eventId": "={{ $json.id }}",
        "updateFields": {
          "end": "={{ DateTime.fromFormat($('RESCHEDULE_RESERVATION').item.json.Date, 'yyyy/MM/dd HH:mm').plus({ hours: 1 }).toFormat('yyyy/MM/dd HH:mm') }}",
          "start": "={{ $('RESCHEDULE_RESERVATION').item.json.Date }}"
        }
      },
      "type": "n8n-nodes-base.googleCalendar",
      "typeVersion": 1.3,
      "position": [
        688,
        352
      ],
      "id": "9d2cb122-d1cf-4872-8f2a-668b7427a6ba",
      "name": "Reschedule",
      "credentials": {
        "googleCalendarOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "Email"
            },
            {
              "name": "Date"
            }
          ]
        }
      },
      "id": "c055762a-8fe7-4141-a639-df2372f30060",
      "typeVersion": 1.1,
      "name": "RESCHEDULE_RESERVATION",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        272,
        352
      ],
      "alwaysOutputData": false
    }
  ],
  "connections": {
    "Get Appointment": {
      "main": [
        [
          {
            "node": "Reschedule",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RESCHEDULE_RESERVATION": {
      "main": [
        [
          {
            "node": "Get Appointment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "availableInMCP": false
  },
  "versionId": "REPLACE_WITH_WORKFLOW_VERSION_ID",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "id": "REPLACE_WITH_WORKFLOW_ID",
  "tags": []
}