REST Resource: resources.calendars
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: CalendarResource
공개 API: Resources.calendars
JSON 표현 |
{
"kind": string,
"etags": string,
"resourceName": string,
"resourceDescription": string,
"resourceType": string,
"resourceEmail": string,
"resourceCategory": string,
"userVisibleDescription": string,
"generatedResourceName": string,
"featureInstances": value,
"resourceId": string,
"capacity": integer,
"floorName": string,
"buildingId": string,
"floorSection": string
} |
필드 |
kind |
string
리소스 유형입니다. 캘린더 리소스의 경우 값은 admin#directory#resources#calendars#CalendarResource 입니다.
|
etags |
string
리소스의 ETag입니다.
|
resourceName |
string
캘린더 리소스의 이름입니다. 예: '교육실 1A'
|
resourceDescription |
string
리소스에 대한 설명으로 관리자에게만 표시됩니다.
|
resourceType |
string
회의실이 아닌 리소스를 위한 캘린더 리소스의 유형입니다.
|
resourceEmail |
string
캘린더 리소스의 읽기 전용 이메일입니다. 새 캘린더 리소스를 만드는 과정에서 생성됩니다.
|
resourceCategory |
string
캘린더 리소스의 카테고리입니다. CONFERENCE_ROOM 또는 OTHER입니다. 기존 데이터는 CATEGORY_UNKNOWN으로 설정됩니다.
|
userVisibleDescription |
string
사용자 및 관리자에게 표시되는 리소스에 대한 설명입니다.
|
generatedResourceName |
string
건물 이름, 층, 수용 인원과 같은 리소스에 관한 메타데이터가 포함된 캘린더 리소스의 읽기 전용 자동 생성 이름입니다. 예: 'NYC-2-Training Room 1A (16)'.
|
featureInstances |
value (Value format)
캘린더 리소스의 지형지물 인스턴스입니다.
|
resourceId |
string
캘린더 리소스의 고유 ID입니다.
|
capacity |
integer
리소스의 수용 인원, 회의실의 좌석 수입니다.
|
floorName |
string
리소스가 위치한 층의 이름입니다.
|
buildingId |
string
리소스가 있는 빌딩의 고유 ID입니다.
|
floorSection |
string
리소스가 있는 층 내 섹션의 이름입니다.
|
메서드 |
|
캘린더 리소스를 삭제합니다. |
|
캘린더 리소스를 가져옵니다. |
|
캘린더 리소스를 삽입합니다. |
|
계정의 캘린더 리소스 목록을 가져옵니다. |
|
캘린더 리소스를 패치합니다. |
|
캘린더 리소스를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-24(UTC)
[null,null,["최종 업데이트: 2025-07-24(UTC)"],[],[],null,["# REST Resource: resources.calendars\n\nResource: CalendarResource\n--------------------------\n\nPublic API: Resources.calendars\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etags\": string, \"resourceName\": string, \"resourceDescription\": string, \"resourceType\": string, \"resourceEmail\": string, \"resourceCategory\": string, \"userVisibleDescription\": string, \"generatedResourceName\": string, \"featureInstances\": value, \"resourceId\": string, \"capacity\": integer, \"floorName\": string, \"buildingId\": string, \"floorSection\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`. |\n| `etags` | `string` ETag of the resource. |\n| `resourceName` | `string` The name of the calendar resource. For example, \"Training Room 1A\". |\n| `resourceDescription` | `string` Description of the resource, visible only to admins. |\n| `resourceType` | `string` The type of the calendar resource, intended for non-room resources. |\n| `resourceEmail` | `string` The read-only email for the calendar resource. Generated as part of creating a new calendar resource. |\n| `resourceCategory` | `string` The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN. |\n| `userVisibleDescription` | `string` Description of the resource, visible to users and admins. |\n| `generatedResourceName` | `string` The read-only auto-generated name of the calendar resource which includes metadata about the resource such as building name, floor, capacity, etc. For example, \"NYC-2-Training Room 1A (16)\". |\n| `featureInstances` | `value (`[Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value)` format)` Instances of features for the calendar resource. |\n| `resourceId` | `string` The unique ID for the calendar resource. |\n| `capacity` | `integer` Capacity of a resource, number of seats in a room. |\n| `floorName` | `string` Name of the floor a resource is located on. |\n| `buildingId` | `string` Unique ID for the building a resource is located in. |\n| `floorSection` | `string` Name of the section within a floor a resource is located in. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/resources.calendars/delete) | Deletes a calendar resource. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/resources.calendars/get) | Retrieves a calendar resource. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/resources.calendars/insert) | Inserts a calendar resource. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/resources.calendars/list) | Retrieves a list of calendar resources for an account. |\n| ### [patch](/workspace/admin/directory/reference/rest/v1/resources.calendars/patch) | Patches a calendar resource. |\n| ### [update](/workspace/admin/directory/reference/rest/v1/resources.calendars/update) | Updates a calendar resource. |"]]