# 회의실 접근 권한 추가

## 도메인 위임 설정 - 회의실 권한 추가

{% hint style="info" %}
구글 캘린더에 면접 회의실을 모두 추가하여 사용하는 경우 아래 권한을 부여하지 않더라도 회의실 정보 접근이 가능합니다.\
\
별도로 모든 회의실 정보를 확인하기 위해서 아래 권한 위임을 통해 회의실 정보 연동이 가능합니다.
{% endhint %}

* 시작하려면 [도메인 위임](https://admin.google.com/ac/owl/domainwidedelegation)을 방문한 다음 새 앱 구성 드롭다운을 열고 OAuth 앱 이름 또는 클라이언트 ID를 선택합니다. 왼쪽 상단에 있는 "새 앱 추가"를 클릭합니다.
* 새 클라이언트 추가에 아래 정보를 입력해 주세요.

아래 Client ID 와 OAuth 범위를 입력해 주세요.

* 클라이언트 ID

{% hint style="info" %}
106741159655-vsa57l56mq3uoa7ec1ae269pvsu4bsc9.apps.googleusercontent.com
{% endhint %}

* OAuth 범위, 쉼표로 구분 - 캘린더 권한, 어드민 리소스 권한

{% hint style="info" %}
<https://www.googleapis.com/auth/calendar>, <https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly>, <https://www.googleapis.com/auth/admin.directory.user.readonly>
{% endhint %}

* 이후 다시 구글 캘린더 회의실 연동을 하시면 권한 오류 없이 연동이 가능합니다.

***

## 권한 설정 후 연동

도메인 위임 설정을 완료한 후, 아래 방법 중 하나로 권한을 갱신해 주세요.

1. **캘린더 재연결:** `설정` > `서비스 연동` > `캘린더`에서 Google 캘린더를 해제한 후 다시 연결합니다.
2. **고객지원 문의:** 직접 해결이 어려운 경우 [라운드HR 고객지원](https://round.channel.io)을 통해 권한 갱신을 요청해 주세요.


---

# 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/conference_room/delegate.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.
