REST Resource: resources.calendars
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: CalendarResource
API Publik: Resources.calendars
Representasi 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
} |
Kolom |
kind |
string
Jenis resource. Untuk fasilitas kalender, nilainya adalah admin#directory#resources#calendars#CalendarResource .
|
etags |
string
ETag resource.
|
resourceName |
string
Nama resource kalender. Misalnya, "Ruang Latihan 1A".
|
resourceDescription |
string
Deskripsi resource, hanya dapat dilihat oleh admin.
|
resourceType |
string
Jenis fasilitas kalender, yang ditujukan untuk fasilitas non-ruang.
|
resourceEmail |
string
Email hanya baca untuk fasilitas kalender. Dibuat sebagai bagian dari pembuatan fasilitas kalender baru.
|
resourceCategory |
string
Kategori fasilitas kalender. CONFERENCE_ROOM atau OTHER. Data lama ditetapkan ke CATEGORY_UNKNOWN.
|
userVisibleDescription |
string
Deskripsi resource, yang dapat dilihat oleh pengguna dan admin.
|
generatedResourceName |
string
Nama fasilitas kalender yang dibuat secara otomatis dan hanya dapat dibaca yang menyertakan metadata tentang fasilitas tersebut, seperti nama gedung, lantai, kapasitas, dll. Misalnya, "NYC-2-Training Room 1A (16)".
|
featureInstances |
value (Value format)
Instance fitur untuk fasilitas kalender.
|
resourceId |
string
ID unik untuk resource kalender.
|
capacity |
integer
Kapasitas fasilitas, jumlah kursi di ruangan.
|
floorName |
string
Nama lantai tempat resource berada.
|
buildingId |
string
ID unik untuk gedung tempat resource berada.
|
floorSection |
string
Nama bagian dalam lantai tempat fasilitas berada.
|
Metode |
|
Menghapus fasilitas kalender. |
|
Mengambil fasilitas kalender. |
|
Menyisipkan fasilitas kalender. |
|
Mengambil daftar fasilitas kalender untuk akun. |
|
Melakukan patch pada fasilitas kalender. |
|
Memperbarui fasilitas kalender. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-24 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]