> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/workservice/calendar.md).

# 캘린더

카카오워크 캘린더(<https://calendar.kakaowork.com/>)는 카카오워크에서 제공하는 일정 관리 서비스로, 워크스페이스 또는 그룹사가 함께 사용하는 업무용 캘린더입니다. 카카오워크 캘린더는 카카오워크와 연동되며, 일정 생성, 일정 공유, 외부 캘린더 가져오기 등의 다양한 기능을 제공합니다. 또한, 카카오워크 채팅방의 AI 어시스턴트 카카오 i 캐스퍼를 사용하여 간단한 명령어로 캘린더의 일정을 관리할 수 있습니다.

<figure><img src="https://t1.kakaocdn.net/service_kep_docpublish/Figma/%5B%EC%9B%8C%ED%81%AC%20%EC%84%9C%EB%B9%84%EC%8A%A4%5D%20Kakao%20Work/%EC%BA%98%EB%A6%B0%EB%8D%94_gif.gif" alt=""><figcaption><p>카카오워크 캘린더</p></figcaption></figure>

> **Release Note**

<details>

<summary>2023 Release Note</summary>

* <mark style="color:blue;">**V.2.1.0, 2023년 2월 8일**</mark>\
  **- Feature** 외부 캘린더로 공유하기 기능 추가&#x20;
* <mark style="color:blue;">**V.2.0.0,  2023년 1월 25일**</mark> \
  \- **Fixed** 가이드 업데이트 및 이관

</details>

<details>

<summary>2022 Release Note</summary>

* <mark style="color:blue;">**v.1.5.0, 2022년 12월 28일**</mark> \
  **- Feature** 그룹사 멤버와 일정 관리 기능 추가(PC/Mobile)
* <mark style="color:blue;">**v.1.4.0, 2022년 12월 21일**</mark> \
  **- Feature** 모바일 알림 설정 기능 추가(Mobile)
* &#x20;<mark style="color:blue;">**v.1.3.0, 2022년 9월 21일**</mark> \
  \- **Feature** 알림 설정 기능 추가(PC)\
  \- **Feature** 참석자 일정 보기/숨기기 기능 추가(PC)\
  \- **Feature** 일정 공유 기능 추가(PC/Mobile)\
  \- **Feature** 일정 복제 기능 추가(PC/Mobile)\
  \- **Fixed** UI 이미지 현행화 및 개선(PC)&#x20;
* <mark style="color:blue;">**v.1.2.0, 2022년 6월 8일**</mark> \
  **- New** 문서 최초 생성 및 배포(Mobile 버전)
* <mark style="color:blue;">**v.1.1.0, 2022년 4월 14일**</mark> \
  **-** **Feature** 캘린더 가져오기 기능 추가&#x20;
* <mark style="color:blue;">**v.1.0.0, 2021년 11월 3일**</mark> \
  \- **New** 문서 최초 생성 및 배포(PC 버전)

</details>


---

# 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://kakaowork.gitbook.io/kakao-work/workservice/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.
