# 달력

엘리먼트 UI의 달력을 이용하여 포건시 페이지에서 달력을 사용할 수 있습니다.&#x20;

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

### 셀속성&#x20;

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

<br>

| 이름      | 설명                          |
| ------- | --------------------------- |
| 기본값     | <p><br>기본값<br></p>          |
| 일정 구성   | 데이터 소스만 지원됩니다.              |
| 주의 시작 일 | 요일을 한 주의 시작 요일로 설정할 수 있습니다. |

### 달력 셀 클릭 명령&#x20;

| 이름           | 설명                   |
| ------------ | -------------------- |
| 값 변경 시 명령 편집 | 캘린더 선택이 변경될 때 트리거됨   |
| 더블 클릭 명령 편집  | 날짜를 두 번 클릭하면 트리거됩니다. |

### 항목 작업 명령&#x20;

| 이름            | 설명                  |
| ------------- | ------------------- |
| 클릭 시 수행 명령 편집 | 일정을 클릭하면 트리거됩니다.    |
| 더블 클릭 명령 편집   | 일정을 더블 클릭하면 트리거됩니다. |


---

# 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://doc.forguncy.co.kr/plugin/useplugin/celltype/elementui/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.
