1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="admin_directory_v1.html">Admin SDK API</a> . <a href="admin_directory_v1.resources.html">resources</a> . <a href="admin_directory_v1.resources.calendars.html">calendars</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#delete">delete(customer, calendarResourceId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a calendar resource.</p>
83<p class="toc_element">
84  <code><a href="#get">get(customer, calendarResourceId, x__xgafv=None)</a></code></p>
85<p class="firstline">Retrieves a calendar resource.</p>
86<p class="toc_element">
87  <code><a href="#insert">insert(customer, body=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Inserts a calendar resource.</p>
89<p class="toc_element">
90  <code><a href="#list">list(customer, maxResults=None, orderBy=None, pageToken=None, query=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Retrieves a list of calendar resources for an account.</p>
92<p class="toc_element">
93  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
96  <code><a href="#patch">patch(customer, calendarResourceId, body=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Patches a calendar resource.</p>
98<p class="toc_element">
99  <code><a href="#update">update(customer, calendarResourceId, body=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Updates a calendar resource. This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved.</p>
101<h3>Method Details</h3>
102<div class="method">
103    <code class="details" id="close">close()</code>
104  <pre>Close httplib2 connections.</pre>
105</div>
106
107<div class="method">
108    <code class="details" id="delete">delete(customer, calendarResourceId, x__xgafv=None)</code>
109  <pre>Deletes a calendar resource.
110
111Args:
112  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
113  calendarResourceId: string, The unique ID of the calendar resource to delete. (required)
114  x__xgafv: string, V1 error format.
115    Allowed values
116      1 - v1 error format
117      2 - v2 error format
118</pre>
119</div>
120
121<div class="method">
122    <code class="details" id="get">get(customer, calendarResourceId, x__xgafv=None)</code>
123  <pre>Retrieves a calendar resource.
124
125Args:
126  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
127  calendarResourceId: string, The unique ID of the calendar resource to retrieve. (required)
128  x__xgafv: string, V1 error format.
129    Allowed values
130      1 - v1 error format
131      2 - v2 error format
132
133Returns:
134  An object of the form:
135
136    { # Public API: Resources.calendars
137  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
138  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
139  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
140  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
141  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
142  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
143  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
144  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
145  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
146  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
147  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
148  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
149  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
150  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
151  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
152}</pre>
153</div>
154
155<div class="method">
156    <code class="details" id="insert">insert(customer, body=None, x__xgafv=None)</code>
157  <pre>Inserts a calendar resource.
158
159Args:
160  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
161  body: object, The request body.
162    The object takes the form of:
163
164{ # Public API: Resources.calendars
165  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
166  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
167  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
168  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
169  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
170  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
171  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
172  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
173  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
174  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
175  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
176  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
177  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
178  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
179  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
180}
181
182  x__xgafv: string, V1 error format.
183    Allowed values
184      1 - v1 error format
185      2 - v2 error format
186
187Returns:
188  An object of the form:
189
190    { # Public API: Resources.calendars
191  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
192  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
193  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
194  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
195  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
196  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
197  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
198  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
199  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
200  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
201  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
202  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
203  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
204  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
205  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
206}</pre>
207</div>
208
209<div class="method">
210    <code class="details" id="list">list(customer, maxResults=None, orderBy=None, pageToken=None, query=None, x__xgafv=None)</code>
211  <pre>Retrieves a list of calendar resources for an account.
212
213Args:
214  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
215  maxResults: integer, Maximum number of results to return.
216  orderBy: string, Field(s) to sort results by in either ascending or descending order. Supported fields include `resourceId`, `resourceName`, `capacity`, `buildingId`, and `floorName`. If no order is specified, defaults to ascending. Should be of the form &quot;field [asc|desc], field [asc|desc], ...&quot;. For example `buildingId, capacity desc` would return results sorted first by `buildingId` in ascending order then by `capacity` in descending order.
217  pageToken: string, Token to specify the next page in the list.
218  query: string, String query used to filter results. Should be of the form &quot;field operator value&quot; where field can be any of supported fields and operators can be any of supported operations. Operators include &#x27;=&#x27; for exact match, &#x27;!=&#x27; for mismatch and &#x27;:&#x27; for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
219  x__xgafv: string, V1 error format.
220    Allowed values
221      1 - v1 error format
222      2 - v2 error format
223
224Returns:
225  An object of the form:
226
227    { # Public API: Resources.calendars
228  &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
229  &quot;items&quot;: [ # The CalendarResources in this page of results.
230    { # Public API: Resources.calendars
231      &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
232      &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
233      &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
234      &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
235      &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
236      &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
237      &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
238      &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
239      &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
240      &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
241      &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
242      &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
243      &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
244      &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
245      &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
246    },
247  ],
248  &quot;kind&quot;: &quot;admin#directory#resources#calendars#calendarResourcesList&quot;, # Identifies this as a collection of CalendarResources. This is always `admin#directory#resources#calendars#calendarResourcesList`.
249  &quot;nextPageToken&quot;: &quot;A String&quot;, # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
250}</pre>
251</div>
252
253<div class="method">
254    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
255  <pre>Retrieves the next page of results.
256
257Args:
258  previous_request: The request for the previous page. (required)
259  previous_response: The response from the request for the previous page. (required)
260
261Returns:
262  A request object that you can call &#x27;execute()&#x27; on to request the next
263  page. Returns None if there are no more items in the collection.
264    </pre>
265</div>
266
267<div class="method">
268    <code class="details" id="patch">patch(customer, calendarResourceId, body=None, x__xgafv=None)</code>
269  <pre>Patches a calendar resource.
270
271Args:
272  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
273  calendarResourceId: string, The unique ID of the calendar resource to update. (required)
274  body: object, The request body.
275    The object takes the form of:
276
277{ # Public API: Resources.calendars
278  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
279  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
280  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
281  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
282  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
283  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
284  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
285  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
286  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
287  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
288  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
289  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
290  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
291  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
292  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
293}
294
295  x__xgafv: string, V1 error format.
296    Allowed values
297      1 - v1 error format
298      2 - v2 error format
299
300Returns:
301  An object of the form:
302
303    { # Public API: Resources.calendars
304  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
305  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
306  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
307  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
308  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
309  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
310  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
311  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
312  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
313  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
314  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
315  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
316  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
317  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
318  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
319}</pre>
320</div>
321
322<div class="method">
323    <code class="details" id="update">update(customer, calendarResourceId, body=None, x__xgafv=None)</code>
324  <pre>Updates a calendar resource. This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved.
325
326Args:
327  customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)
328  calendarResourceId: string, The unique ID of the calendar resource to update. (required)
329  body: object, The request body.
330    The object takes the form of:
331
332{ # Public API: Resources.calendars
333  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
334  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
335  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
336  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
337  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
338  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
339  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
340  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
341  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
342  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
343  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
344  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
345  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
346  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
347  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
348}
349
350  x__xgafv: string, V1 error format.
351    Allowed values
352      1 - v1 error format
353      2 - v2 error format
354
355Returns:
356  An object of the form:
357
358    { # Public API: Resources.calendars
359  &quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located in.
360  &quot;capacity&quot;: 42, # Capacity of a resource, number of seats in a room.
361  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
362  &quot;featureInstances&quot;: &quot;&quot;, # Instances of features for the calendar resource.
363  &quot;floorName&quot;: &quot;A String&quot;, # Name of the floor a resource is located on.
364  &quot;floorSection&quot;: &quot;A String&quot;, # Name of the section within a floor a resource is located in.
365  &quot;generatedResourceName&quot;: &quot;A String&quot;, # 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, &quot;NYC-2-Training Room 1A (16)&quot;.
366  &quot;kind&quot;: &quot;admin#directory#resources#calendars#CalendarResource&quot;, # The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.
367  &quot;resourceCategory&quot;: &quot;A String&quot;, # The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.
368  &quot;resourceDescription&quot;: &quot;A String&quot;, # Description of the resource, visible only to admins.
369  &quot;resourceEmail&quot;: &quot;A String&quot;, # The read-only email for the calendar resource. Generated as part of creating a new calendar resource.
370  &quot;resourceId&quot;: &quot;A String&quot;, # The unique ID for the calendar resource.
371  &quot;resourceName&quot;: &quot;A String&quot;, # The name of the calendar resource. For example, &quot;Training Room 1A&quot;.
372  &quot;resourceType&quot;: &quot;A String&quot;, # The type of the calendar resource, intended for non-room resources.
373  &quot;userVisibleDescription&quot;: &quot;A String&quot;, # Description of the resource, visible to users and admins.
374}</pre>
375</div>
376
377</body></html>