Resource: CalendarResource
Public API: Resources.calendars
| JSON representation |
|---|
{ "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 } |
| Fields | |
|---|---|
kind
|
The type of the resource. For calendar resources, the value is |
etags
|
ETag of the resource. |
resourceName
|
The name of the calendar resource. For example, "Training Room 1A". |
resourceDescription
|
Description of the resource, visible only to admins. |
resourceType
|
The type of the calendar resource, intended for non-room resources. |
resourceEmail
|
The read-only email for the calendar resource. Generated as part of creating a new calendar resource. |
resourceCategory
|
The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN. |
userVisibleDescription
|
Description of the resource, visible to users and admins. |
generatedResourceName
|
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)". |
featureInstances
|
Instances of features for the calendar resource. |
resourceId
|
The unique ID for the calendar resource. |
capacity
|
Capacity of a resource, number of seats in a room. |
floorName
|
Name of the floor a resource is located on. |
buildingId
|
Unique ID for the building a resource is located in. |
floorSection
|
Name of the section within a floor a resource is located in. |
Methods |
|
|---|---|
|
Deletes a calendar resource. |
|
Retrieves a calendar resource. |
|
Inserts a calendar resource. |
|
Retrieves a list of calendar resources for an account. |
|
Patches a calendar resource. |
|
Updates a calendar resource. |

