# 캘린더

## 1. 캘린더

캘린더는 연동된 캘린더의 이벤트와 미팅 등의 TODO를 달력 형식으로 모아볼 수 있는 기능입니다. 이를 통해 일자별로 등록된 일정을 한눈에 확인할 수 있습니다.

<figure><img src="/files/mIDumvzD5Zh1pVMtpjUT" alt=""><figcaption></figcaption></figure>

캘린더 내 설정을 통해 원하는 일정만 선택해서 볼 수 있습니다.

> ① 담당자를 선택하여 해당 담당자의 TODO만 캘린더에 모아볼 수 있습니다.
>
> ② 완료된 TODO의 캘린더 표시 여부를 선택할 수 있습니다.
>
> ③ 원하는 유형를 선택하여 해당 유형의 TODO만 캘린더에 모아볼 수 있습니다.
>
> ④ 월 ,주 ,일 중 원하는 형식으로 캘린더 화면을 변경할 수 있습니다.

## 2. 캘린더에서 TODO 생성하기

캘린더에서 바로 TODO를 생성할 수 있습니다.

<figure><img src="/files/89Ck69FBGJ3SWoH96rUy" alt=""><figcaption></figcaption></figure>

* `월` 형식 캘린더에서 원하는 날짜를 클릭하면 TODO 생성 화면이 나타납니다. 며칠 동안의 긴 일정일 경우, 캘린더를 드래그하여 시작일과 종료일을 설정할 수 있습니다.
* `주` , `일` 형식 캘린더의 경우 화면을 드래그하여 시작 시간과 종료 시간을 설정할 수 있습니다.

## 3. 외부 캘린더 연동하기

<kbd>개인설정</kbd> > <kbd>연동</kbd> > <kbd>캘린더</kbd> 를 통해 다른 서비스(Google/Microsoft)에서 관리하던 일정을 세일즈맵에서 관리할 수 있습니다. 캘린더 연동을 사용하면 여러 캘린더에 중복 등록 없이 간편한 일정 관리가 가능합니다.

더 자세한 연동 방법은 아래 문서를 참고해주세요.

{% content-ref url="/pages/ox8ouxvN5TrCJIt7TgK0" %}
[캘린더 연동](/personal-settings/integration/calendar-integration.md)
{% endcontent-ref %}


---

# 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://docs.salesmap.kr/task/calendar.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.
