# 예약 완료페이지 다른 웹페이지 이동

## 리다이렉션 전달 되는 예약 정보 파라메터

* status : confirm(예약 완료), cancel(취소), reschedule(예약 변경)
* calendar\_code : 캘린더 고유 코드
* calendar\_name : 캘린더 이름
* event\_start\_at : 시작시간
* event\_end\_at : 종료시간
* invitee\_email : 예약자 이메일
* invitee\_name : 예약자 이름
* invitee\_phone : 예약자 전화번호
* memo : 남기는 메모
* reschedule\_reason : 변경 사유
* cancel\_reason : 취소 사유
* prev\_start\_at : 예약 변경시 전 시작시간
* prev\_end\_at : 예약 변경시 전 종료시간

### 전달 예제

```
https://www.naver.com/?status=confirm&calendar_code=qDiuJoXq8p&calendar_name=1시간 미팅&event_start_at=2022-04-12T12:00:00+09:00&event_end_at=2022-04-12T13:00:00+09:00&invitee_email=rangken4@naver.com&invitee_name=테스트&invitee_phone=
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.whattime.co.kr/make-page/confirm/params.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
