# Google calendar

## 개요

Google Calendar를 연동하면 면접관의 기존 일정과 겹치지 않는 시간을 자동으로 파악하여 면접 일정을 조율합니다. 확정된 면접 일정은 캘린더에 자동 등록되어 별도 관리가 필요 없습니다.

### 핵심 이점

* **자동 일정 조율:** 면접관의 기존 캘린더 일정을 고려하여 가능한 시간만 지원자에게 제공합니다.
* **일정 자동 등록:** 확정된 면접이 Google Calendar에 자동으로 추가됩니다.
* **회의실 연동:** Google Calendar의 회의실 정보를 활용하여 면접 장소를 자동 배정합니다.

## 사전 준비

* **권한:** 모든 역할 (면접관 포함)
* **계정:** Google 계정 필요

***

## 1. 구글 캘린더 연결하기

***

* **서비스 연동** > **캘린더**에서 `[Google Calendar]`를 클릭합니다.
* `[캘린더 연결하기]`를 클릭합니다.
* Google 계정으로 로그인하고 **캘린더 액세스 권한을 허용**합니다.

***

## 2. 캘린더 가져오기/내보내기 설정

***

연동 후 **가져오기 캘린더**와 **내보내기 캘린더**를 설정합니다.

<figure><img src="https://3113620308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx3vbe9mozK3C5425TCxL%2Fuploads%2Fgit-blob-3c9be042371b31419e8cdce43285ae6f38de453c%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

| 설정           | 설명                 | 선택        |
| ------------ | ------------------ | --------- |
| **가져오기 캘린더** | 면접 조율 시 참조할 기존 일정  | 복수 선택 가능  |
| **내보내기 캘린더** | 확정된 면접 일정이 등록될 캘린더 | 단일 선택만 가능 |

{% hint style="info" %}

* 가져오기와 내보내기 캘린더는 **같은 캘린더로 설정**하는 것을 권장합니다.
* 가져오기 캘린더에는 **본인의 일정만 포함된 캘린더**를 선택하세요. 다른 사람의 일정이 포함되면 가용 시간 계산이 부정확해질 수 있습니다.
  {% endhint %}

### 회사/팀 캘린더 연결

* 회사, 팀, 구성원의 캘린더를 연결하려면 Google Calendar에서 원하는 캘린더를 **구독**한 후, 라운드HR 상세 설정의 **캘린더 가져오기**에서 추가합니다.

***

## 자주 묻는 질문

<details>

<summary>캘린더 연동 후 기존 일정이 변경되면 자동 반영되나요?</summary>

네, Google Calendar의 일정이 변경되면 라운드HR에서도 실시간으로 반영됩니다. 면접 조율 시 항상 최신 일정을 기준으로 가용 시간을 계산합니다.

</details>

<details>

<summary>여러 Google 계정의 캘린더를 연동할 수 있나요?</summary>

하나의 Google 계정만 연동 가능합니다. 여러 캘린더를 참조하려면 Google Calendar에서 다른 캘린더를 구독한 후 가져오기 설정에서 추가하세요.

</details>


---

# 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.roundhr.com/setting/integrations/calendar/google_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.
