Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4169285

Browse files
committedMar 7, 2023
feat(calendar): update the api
#### calendar:v3 The following keys were added: - schemas.Event.properties.workingLocationProperties.$ref (Total Keys: 1) - schemas.EventWorkingLocationProperties (Total Keys: 11)
1 parent 0e0703c commit 4169285

File tree

2 files changed

+234
-2
lines changed

2 files changed

+234
-2
lines changed
 

‎docs/dyn/calendar_v3.events.html

+182
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ <h3>Method Details</h3>
311311
# - &quot;default&quot; - A regular event or not further specified.
312312
# - &quot;outOfOffice&quot; - An out-of-office event.
313313
# - &quot;focusTime&quot; - A focus-time event.
314+
# - &quot;workingLocation&quot; - A working location event.
314315
&quot;extendedProperties&quot;: { # Extended properties of the event.
315316
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
316317
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -408,6 +409,19 @@ <h3>Method Details</h3>
408409
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
409410
# - &quot;private&quot; - The event is private and only event attendees may view event details.
410411
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
412+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
413+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
414+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
415+
},
416+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
417+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
418+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
419+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
420+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
421+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
422+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
423+
},
424+
},
411425
}</pre>
412426
</div>
413427

@@ -577,6 +591,7 @@ <h3>Method Details</h3>
577591
# - &quot;default&quot; - A regular event or not further specified.
578592
# - &quot;outOfOffice&quot; - An out-of-office event.
579593
# - &quot;focusTime&quot; - A focus-time event.
594+
# - &quot;workingLocation&quot; - A working location event.
580595
&quot;extendedProperties&quot;: { # Extended properties of the event.
581596
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
582597
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -674,6 +689,19 @@ <h3>Method Details</h3>
674689
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
675690
# - &quot;private&quot; - The event is private and only event attendees may view event details.
676691
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
692+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
693+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
694+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
695+
},
696+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
697+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
698+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
699+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
700+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
701+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
702+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
703+
},
704+
},
677705
}
678706

679707
conferenceDataVersion: integer, Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event&#x27;s body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0.
@@ -839,6 +867,7 @@ <h3>Method Details</h3>
839867
# - &quot;default&quot; - A regular event or not further specified.
840868
# - &quot;outOfOffice&quot; - An out-of-office event.
841869
# - &quot;focusTime&quot; - A focus-time event.
870+
# - &quot;workingLocation&quot; - A working location event.
842871
&quot;extendedProperties&quot;: { # Extended properties of the event.
843872
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
844873
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -936,6 +965,19 @@ <h3>Method Details</h3>
936965
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
937966
# - &quot;private&quot; - The event is private and only event attendees may view event details.
938967
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
968+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
969+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
970+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
971+
},
972+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
973+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
974+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
975+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
976+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
977+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
978+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
979+
},
980+
},
939981
}</pre>
940982
</div>
941983

@@ -1105,6 +1147,7 @@ <h3>Method Details</h3>
11051147
# - &quot;default&quot; - A regular event or not further specified.
11061148
# - &quot;outOfOffice&quot; - An out-of-office event.
11071149
# - &quot;focusTime&quot; - A focus-time event.
1150+
# - &quot;workingLocation&quot; - A working location event.
11081151
&quot;extendedProperties&quot;: { # Extended properties of the event.
11091152
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
11101153
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1202,6 +1245,19 @@ <h3>Method Details</h3>
12021245
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
12031246
# - &quot;private&quot; - The event is private and only event attendees may view event details.
12041247
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
1248+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
1249+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
1250+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1251+
},
1252+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
1253+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
1254+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
1255+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
1256+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
1257+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
1258+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1259+
},
1260+
},
12051261
}
12061262

12071263
conferenceDataVersion: integer, Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event&#x27;s body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0.
@@ -1376,6 +1432,7 @@ <h3>Method Details</h3>
13761432
# - &quot;default&quot; - A regular event or not further specified.
13771433
# - &quot;outOfOffice&quot; - An out-of-office event.
13781434
# - &quot;focusTime&quot; - A focus-time event.
1435+
# - &quot;workingLocation&quot; - A working location event.
13791436
&quot;extendedProperties&quot;: { # Extended properties of the event.
13801437
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
13811438
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1473,6 +1530,19 @@ <h3>Method Details</h3>
14731530
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
14741531
# - &quot;private&quot; - The event is private and only event attendees may view event details.
14751532
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
1533+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
1534+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
1535+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1536+
},
1537+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
1538+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
1539+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
1540+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
1541+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
1542+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
1543+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1544+
},
1545+
},
14761546
}</pre>
14771547
</div>
14781548

@@ -1673,6 +1743,7 @@ <h3>Method Details</h3>
16731743
# - &quot;default&quot; - A regular event or not further specified.
16741744
# - &quot;outOfOffice&quot; - An out-of-office event.
16751745
# - &quot;focusTime&quot; - A focus-time event.
1746+
# - &quot;workingLocation&quot; - A working location event.
16761747
&quot;extendedProperties&quot;: { # Extended properties of the event.
16771748
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
16781749
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -1770,6 +1841,19 @@ <h3>Method Details</h3>
17701841
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
17711842
# - &quot;private&quot; - The event is private and only event attendees may view event details.
17721843
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
1844+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
1845+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
1846+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1847+
},
1848+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
1849+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
1850+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
1851+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
1852+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
1853+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
1854+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
1855+
},
1856+
},
17731857
},
17741858
],
17751859
&quot;kind&quot;: &quot;calendar#events&quot;, # Type of the collection (&quot;calendar#events&quot;).
@@ -2015,6 +2099,7 @@ <h3>Method Details</h3>
20152099
# - &quot;default&quot; - A regular event or not further specified.
20162100
# - &quot;outOfOffice&quot; - An out-of-office event.
20172101
# - &quot;focusTime&quot; - A focus-time event.
2102+
# - &quot;workingLocation&quot; - A working location event.
20182103
&quot;extendedProperties&quot;: { # Extended properties of the event.
20192104
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
20202105
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2112,6 +2197,19 @@ <h3>Method Details</h3>
21122197
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
21132198
# - &quot;private&quot; - The event is private and only event attendees may view event details.
21142199
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2200+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
2201+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
2202+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2203+
},
2204+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
2205+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
2206+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
2207+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
2208+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
2209+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
2210+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2211+
},
2212+
},
21152213
},
21162214
],
21172215
&quot;kind&quot;: &quot;calendar#events&quot;, # Type of the collection (&quot;calendar#events&quot;).
@@ -2314,6 +2412,7 @@ <h3>Method Details</h3>
23142412
# - &quot;default&quot; - A regular event or not further specified.
23152413
# - &quot;outOfOffice&quot; - An out-of-office event.
23162414
# - &quot;focusTime&quot; - A focus-time event.
2415+
# - &quot;workingLocation&quot; - A working location event.
23172416
&quot;extendedProperties&quot;: { # Extended properties of the event.
23182417
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
23192418
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2411,6 +2510,19 @@ <h3>Method Details</h3>
24112510
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
24122511
# - &quot;private&quot; - The event is private and only event attendees may view event details.
24132512
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2513+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
2514+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
2515+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2516+
},
2517+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
2518+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
2519+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
2520+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
2521+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
2522+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
2523+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2524+
},
2525+
},
24142526
}</pre>
24152527
</div>
24162528

@@ -2581,6 +2693,7 @@ <h3>Method Details</h3>
25812693
# - &quot;default&quot; - A regular event or not further specified.
25822694
# - &quot;outOfOffice&quot; - An out-of-office event.
25832695
# - &quot;focusTime&quot; - A focus-time event.
2696+
# - &quot;workingLocation&quot; - A working location event.
25842697
&quot;extendedProperties&quot;: { # Extended properties of the event.
25852698
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
25862699
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2678,6 +2791,19 @@ <h3>Method Details</h3>
26782791
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
26792792
# - &quot;private&quot; - The event is private and only event attendees may view event details.
26802793
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
2794+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
2795+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
2796+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2797+
},
2798+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
2799+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
2800+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
2801+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
2802+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
2803+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
2804+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
2805+
},
2806+
},
26812807
}
26822808

26832809
alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
@@ -2853,6 +2979,7 @@ <h3>Method Details</h3>
28532979
# - &quot;default&quot; - A regular event or not further specified.
28542980
# - &quot;outOfOffice&quot; - An out-of-office event.
28552981
# - &quot;focusTime&quot; - A focus-time event.
2982+
# - &quot;workingLocation&quot; - A working location event.
28562983
&quot;extendedProperties&quot;: { # Extended properties of the event.
28572984
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
28582985
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -2950,6 +3077,19 @@ <h3>Method Details</h3>
29503077
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
29513078
# - &quot;private&quot; - The event is private and only event attendees may view event details.
29523079
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3080+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
3081+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
3082+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3083+
},
3084+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
3085+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
3086+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
3087+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
3088+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
3089+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
3090+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3091+
},
3092+
},
29533093
}</pre>
29543094
</div>
29553095

@@ -3129,6 +3269,7 @@ <h3>Method Details</h3>
31293269
# - &quot;default&quot; - A regular event or not further specified.
31303270
# - &quot;outOfOffice&quot; - An out-of-office event.
31313271
# - &quot;focusTime&quot; - A focus-time event.
3272+
# - &quot;workingLocation&quot; - A working location event.
31323273
&quot;extendedProperties&quot;: { # Extended properties of the event.
31333274
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
31343275
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3226,6 +3367,19 @@ <h3>Method Details</h3>
32263367
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
32273368
# - &quot;private&quot; - The event is private and only event attendees may view event details.
32283369
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3370+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
3371+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
3372+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3373+
},
3374+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
3375+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
3376+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
3377+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
3378+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
3379+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
3380+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3381+
},
3382+
},
32293383
}</pre>
32303384
</div>
32313385

@@ -3396,6 +3550,7 @@ <h3>Method Details</h3>
33963550
# - &quot;default&quot; - A regular event or not further specified.
33973551
# - &quot;outOfOffice&quot; - An out-of-office event.
33983552
# - &quot;focusTime&quot; - A focus-time event.
3553+
# - &quot;workingLocation&quot; - A working location event.
33993554
&quot;extendedProperties&quot;: { # Extended properties of the event.
34003555
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
34013556
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3493,6 +3648,19 @@ <h3>Method Details</h3>
34933648
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
34943649
# - &quot;private&quot; - The event is private and only event attendees may view event details.
34953650
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3651+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
3652+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
3653+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3654+
},
3655+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
3656+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
3657+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
3658+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
3659+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
3660+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
3661+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3662+
},
3663+
},
34963664
}
34973665

34983666
alwaysIncludeEmail: boolean, Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).
@@ -3668,6 +3836,7 @@ <h3>Method Details</h3>
36683836
# - &quot;default&quot; - A regular event or not further specified.
36693837
# - &quot;outOfOffice&quot; - An out-of-office event.
36703838
# - &quot;focusTime&quot; - A focus-time event.
3839+
# - &quot;workingLocation&quot; - A working location event.
36713840
&quot;extendedProperties&quot;: { # Extended properties of the event.
36723841
&quot;private&quot;: { # Properties that are private to the copy of the event that appears on this calendar.
36733842
&quot;a_key&quot;: &quot;A String&quot;, # The name of the private property and the corresponding value.
@@ -3765,6 +3934,19 @@ <h3>Method Details</h3>
37653934
# - &quot;public&quot; - The event is public and event details are visible to all readers of the calendar.
37663935
# - &quot;private&quot; - The event is private and only event attendees may view event details.
37673936
# - &quot;confidential&quot; - The event is private. This value is provided for compatibility reasons.
3937+
&quot;workingLocationProperties&quot;: { # Working Location event data. Read-only.
3938+
&quot;customLocation&quot;: { # If present, specifies that the user is working from a custom location.
3939+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3940+
},
3941+
&quot;homeOffice&quot;: &quot;&quot;, # If present, specifies that the user is working at home.
3942+
&quot;officeLocation&quot;: { # If present, specifies that the user is working from an office.
3943+
&quot;buildingId&quot;: &quot;A String&quot;, # An optional building identifier. This should reference a building ID in the organization&#x27;s Resources database.
3944+
&quot;deskId&quot;: &quot;A String&quot;, # An optional arbitrary desk identifier.
3945+
&quot;floorId&quot;: &quot;A String&quot;, # An optional arbitrary floor identifier.
3946+
&quot;floorSectionId&quot;: &quot;A String&quot;, # An optional arbitrary floor section identifier.
3947+
&quot;label&quot;: &quot;A String&quot;, # An optional extra label for additional information.
3948+
},
3949+
},
37683950
}</pre>
37693951
</div>
37703952

‎googleapiclient/discovery_cache/documents/calendar.v3.json

+52-2
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
}
17241724
}
17251725
},
1726-
"revision": "20230210",
1726+
"revision": "20230226",
17271727
"rootUrl": "https://www.googleapis.com/",
17281728
"schemas": {
17291729
"Acl": {
@@ -2380,7 +2380,7 @@
23802380
},
23812381
"eventType": {
23822382
"default": "default",
2383-
"description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event.",
2383+
"description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event. \n- \"workingLocation\" - A working location event.",
23842384
"type": "string"
23852385
},
23862386
"extendedProperties": {
@@ -2611,6 +2611,10 @@
26112611
"default": "default",
26122612
"description": "Visibility of the event. Optional. Possible values are: \n- \"default\" - Uses the default visibility for events on the calendar. This is the default value. \n- \"public\" - The event is public and event details are visible to all readers of the calendar. \n- \"private\" - The event is private and only event attendees may view event details. \n- \"confidential\" - The event is private. This value is provided for compatibility reasons.",
26132613
"type": "string"
2614+
},
2615+
"workingLocationProperties": {
2616+
"$ref": "EventWorkingLocationProperties",
2617+
"description": "Working Location event data. Read-only."
26142618
}
26152619
},
26162620
"type": "object"
@@ -2727,6 +2731,52 @@
27272731
},
27282732
"type": "object"
27292733
},
2734+
"EventWorkingLocationProperties": {
2735+
"id": "EventWorkingLocationProperties",
2736+
"properties": {
2737+
"customLocation": {
2738+
"description": "If present, specifies that the user is working from a custom location.",
2739+
"properties": {
2740+
"label": {
2741+
"description": "An optional extra label for additional information.",
2742+
"type": "string"
2743+
}
2744+
},
2745+
"type": "object"
2746+
},
2747+
"homeOffice": {
2748+
"description": "If present, specifies that the user is working at home.",
2749+
"type": "any"
2750+
},
2751+
"officeLocation": {
2752+
"description": "If present, specifies that the user is working from an office.",
2753+
"properties": {
2754+
"buildingId": {
2755+
"description": "An optional building identifier. This should reference a building ID in the organization's Resources database.",
2756+
"type": "string"
2757+
},
2758+
"deskId": {
2759+
"description": "An optional arbitrary desk identifier.",
2760+
"type": "string"
2761+
},
2762+
"floorId": {
2763+
"description": "An optional arbitrary floor identifier.",
2764+
"type": "string"
2765+
},
2766+
"floorSectionId": {
2767+
"description": "An optional arbitrary floor section identifier.",
2768+
"type": "string"
2769+
},
2770+
"label": {
2771+
"description": "An optional extra label for additional information.",
2772+
"type": "string"
2773+
}
2774+
},
2775+
"type": "object"
2776+
}
2777+
},
2778+
"type": "object"
2779+
},
27302780
"Events": {
27312781
"id": "Events",
27322782
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.