REST Resource: resources.calendars
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: CalendarResource
واجهة برمجة التطبيقات العامة: 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
اسم مورد التقويم على سبيل المثال، "غرفة التدريب 1(أ)".
|
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
المعرّف الفريد لمورد التقويم.
|
capacity |
integer
سعة المورد، عدد المقاعد في الغرفة
|
floorName |
string
اسم الطابق الذي يقع فيه المورد
|
buildingId |
string
المعرّف الفريد للمبنى الذي يقع فيه المورد
|
floorSection |
string
اسم القسم ضمن طابق يقع فيه المورد
|
الطُرق |
|
لحذف مورد تقويم |
|
استرداد مورد تقويم |
|
تُدرج مورد تقويم. |
|
يسترجع قائمة بموارد التقويم لحساب معيّن. |
|
تصحيح مورد تقويم |
|
تعديل مورد تقويم |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]