> For the complete documentation index, see [llms.txt](https://docs.apidrag.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apidrag.com/google-api/references/google-calendar.md).

# Calendar

- [캘린더 목록](https://docs.apidrag.com/google-api/references/google-calendar/lsit.md)
- [캘린더 목록 정보](https://docs.apidrag.com/google-api/references/google-calendar/list-info.md)
- [캘린더 목록 삽입](https://docs.apidrag.com/google-api/references/google-calendar/add-list.md)
- [캘린더 목록 패치](https://docs.apidrag.com/google-api/references/google-calendar/patch-list.md)
- [캘린더 목록 업데이트](https://docs.apidrag.com/google-api/references/google-calendar/update-list.md)
- [캘린더 목록 삭제](https://docs.apidrag.com/google-api/references/google-calendar/delete-list.md)
- [캘린더 정보](https://docs.apidrag.com/google-api/references/google-calendar/info.md)
- [캘린더 삽입](https://docs.apidrag.com/google-api/references/google-calendar/add.md)
- [캘린더 패치](https://docs.apidrag.com/google-api/references/google-calendar/patch.md)
- [캘린더 업데이트](https://docs.apidrag.com/google-api/references/google-calendar/update.md)
- [기본 캘린더 일정 지우기](https://docs.apidrag.com/google-api/references/google-calendar/del-base-schedule.md)
- [보조 캘린더 삭제](https://docs.apidrag.com/google-api/references/google-calendar/del-assist.md)
- [이벤트 목록](https://docs.apidrag.com/google-api/references/google-calendar/event-list.md)
- [이벤트 정보](https://docs.apidrag.com/google-api/references/google-calendar/event-info.md)
- [이벤트 복사](https://docs.apidrag.com/google-api/references/google-calendar/copy-event.md)
- [이벤트 추가](https://docs.apidrag.com/google-api/references/google-calendar/add-event.md)
- [반복 이벤트 목록](https://docs.apidrag.com/google-api/references/google-calendar/recur-event-list.md)
- [이벤트 빠른추가](https://docs.apidrag.com/google-api/references/google-calendar/quick-add-event.md)
- [이벤트 패치](https://docs.apidrag.com/google-api/references/google-calendar/patch-event.md)
- [이벤트 수정](https://docs.apidrag.com/google-api/references/google-calendar/modify-event.md)
- [이벤트 이동](https://docs.apidrag.com/google-api/references/google-calendar/move-event.md)
- [이벤트 삭제](https://docs.apidrag.com/google-api/references/google-calendar/delete-event.md)
- [액세스 목록](https://docs.apidrag.com/google-api/references/google-calendar/access-list.md)
- [액세스 정보](https://docs.apidrag.com/google-api/references/google-calendar/access-info.md)
- [액세스 추가](https://docs.apidrag.com/google-api/references/google-calendar/add-access.md)
- [액세스 패치](https://docs.apidrag.com/google-api/references/google-calendar/patch-access.md)
- [액세스 수정](https://docs.apidrag.com/google-api/references/google-calendar/modify-access.md)
- [엑세스 삭제](https://docs.apidrag.com/google-api/references/google-calendar/delete-access.md)
- [캘린더 채널 중지](https://docs.apidrag.com/google-api/references/google-calendar/stop-channel.md)
- [캘린더 색상 정보](https://docs.apidrag.com/google-api/references/google-calendar/color-info.md)
- [캘린더 Free/Busy 정보](https://docs.apidrag.com/google-api/references/google-calendar/free-busy-info.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.apidrag.com/google-api/references/google-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
