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
המזהה הייחודי של משאב היומן.
|
capacity |
integer
קיבולת המשאב, מספר המושבים בחדר.
|
floorName |
string
שם הקומה שבה נמצא המשאב.
|
buildingId |
string
מזהה ייחודי של הבניין שבו נמצא המשאב.
|
floorSection |
string
השם של הקטע בתוך הקומה שבה נמצא המשאב.
|
Methods |
|
מחיקה של משאב ביומן. |
|
אחזור של משאב ביומן. |
|
הוספת משאב ביומן. |
|
אחזור רשימה של משאבי יומן בחשבון. |
|
תיקון של משאב ביומן. |
|
עדכון של משאב ביומן. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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. |"]]