You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/calendar_v3.events.html
+182
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,7 @@ <h3>Method Details</h3>
311
311
# - "default" - A regular event or not further specified.
312
312
# - "outOfOffice" - An out-of-office event.
313
313
# - "focusTime" - A focus-time event.
314
+
# - "workingLocation" - A working location event.
314
315
"extendedProperties": { # Extended properties of the event.
315
316
"private": { # Properties that are private to the copy of the event that appears on this calendar.
316
317
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -408,6 +409,19 @@ <h3>Method Details</h3>
408
409
# - "public" - The event is public and event details are visible to all readers of the calendar.
409
410
# - "private" - The event is private and only event attendees may view event details.
410
411
# - "confidential" - The event is private. This value is provided for compatibility reasons.
412
+
"workingLocationProperties": { # Working Location event data. Read-only.
413
+
"customLocation": { # If present, specifies that the user is working from a custom location.
414
+
"label": "A String", # An optional extra label for additional information.
415
+
},
416
+
"homeOffice": "", # If present, specifies that the user is working at home.
417
+
"officeLocation": { # If present, specifies that the user is working from an office.
418
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
419
+
"deskId": "A String", # An optional arbitrary desk identifier.
420
+
"floorId": "A String", # An optional arbitrary floor identifier.
421
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
422
+
"label": "A String", # An optional extra label for additional information.
423
+
},
424
+
},
411
425
}</pre>
412
426
</div>
413
427
@@ -577,6 +591,7 @@ <h3>Method Details</h3>
577
591
# - "default" - A regular event or not further specified.
578
592
# - "outOfOffice" - An out-of-office event.
579
593
# - "focusTime" - A focus-time event.
594
+
# - "workingLocation" - A working location event.
580
595
"extendedProperties": { # Extended properties of the event.
581
596
"private": { # Properties that are private to the copy of the event that appears on this calendar.
582
597
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -674,6 +689,19 @@ <h3>Method Details</h3>
674
689
# - "public" - The event is public and event details are visible to all readers of the calendar.
675
690
# - "private" - The event is private and only event attendees may view event details.
676
691
# - "confidential" - The event is private. This value is provided for compatibility reasons.
692
+
"workingLocationProperties": { # Working Location event data. Read-only.
693
+
"customLocation": { # If present, specifies that the user is working from a custom location.
694
+
"label": "A String", # An optional extra label for additional information.
695
+
},
696
+
"homeOffice": "", # If present, specifies that the user is working at home.
697
+
"officeLocation": { # If present, specifies that the user is working from an office.
698
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
699
+
"deskId": "A String", # An optional arbitrary desk identifier.
700
+
"floorId": "A String", # An optional arbitrary floor identifier.
701
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
702
+
"label": "A String", # An optional extra label for additional information.
703
+
},
704
+
},
677
705
}
678
706
679
707
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'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>
839
867
# - "default" - A regular event or not further specified.
840
868
# - "outOfOffice" - An out-of-office event.
841
869
# - "focusTime" - A focus-time event.
870
+
# - "workingLocation" - A working location event.
842
871
"extendedProperties": { # Extended properties of the event.
843
872
"private": { # Properties that are private to the copy of the event that appears on this calendar.
844
873
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -936,6 +965,19 @@ <h3>Method Details</h3>
936
965
# - "public" - The event is public and event details are visible to all readers of the calendar.
937
966
# - "private" - The event is private and only event attendees may view event details.
938
967
# - "confidential" - The event is private. This value is provided for compatibility reasons.
968
+
"workingLocationProperties": { # Working Location event data. Read-only.
969
+
"customLocation": { # If present, specifies that the user is working from a custom location.
970
+
"label": "A String", # An optional extra label for additional information.
971
+
},
972
+
"homeOffice": "", # If present, specifies that the user is working at home.
973
+
"officeLocation": { # If present, specifies that the user is working from an office.
974
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
975
+
"deskId": "A String", # An optional arbitrary desk identifier.
976
+
"floorId": "A String", # An optional arbitrary floor identifier.
977
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
978
+
"label": "A String", # An optional extra label for additional information.
979
+
},
980
+
},
939
981
}</pre>
940
982
</div>
941
983
@@ -1105,6 +1147,7 @@ <h3>Method Details</h3>
1105
1147
# - "default" - A regular event or not further specified.
1106
1148
# - "outOfOffice" - An out-of-office event.
1107
1149
# - "focusTime" - A focus-time event.
1150
+
# - "workingLocation" - A working location event.
1108
1151
"extendedProperties": { # Extended properties of the event.
1109
1152
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1110
1153
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -1202,6 +1245,19 @@ <h3>Method Details</h3>
1202
1245
# - "public" - The event is public and event details are visible to all readers of the calendar.
1203
1246
# - "private" - The event is private and only event attendees may view event details.
1204
1247
# - "confidential" - The event is private. This value is provided for compatibility reasons.
1248
+
"workingLocationProperties": { # Working Location event data. Read-only.
1249
+
"customLocation": { # If present, specifies that the user is working from a custom location.
1250
+
"label": "A String", # An optional extra label for additional information.
1251
+
},
1252
+
"homeOffice": "", # If present, specifies that the user is working at home.
1253
+
"officeLocation": { # If present, specifies that the user is working from an office.
1254
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
1255
+
"deskId": "A String", # An optional arbitrary desk identifier.
1256
+
"floorId": "A String", # An optional arbitrary floor identifier.
1257
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
1258
+
"label": "A String", # An optional extra label for additional information.
1259
+
},
1260
+
},
1205
1261
}
1206
1262
1207
1263
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'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>
1376
1432
# - "default" - A regular event or not further specified.
1377
1433
# - "outOfOffice" - An out-of-office event.
1378
1434
# - "focusTime" - A focus-time event.
1435
+
# - "workingLocation" - A working location event.
1379
1436
"extendedProperties": { # Extended properties of the event.
1380
1437
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1381
1438
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -1473,6 +1530,19 @@ <h3>Method Details</h3>
1473
1530
# - "public" - The event is public and event details are visible to all readers of the calendar.
1474
1531
# - "private" - The event is private and only event attendees may view event details.
1475
1532
# - "confidential" - The event is private. This value is provided for compatibility reasons.
1533
+
"workingLocationProperties": { # Working Location event data. Read-only.
1534
+
"customLocation": { # If present, specifies that the user is working from a custom location.
1535
+
"label": "A String", # An optional extra label for additional information.
1536
+
},
1537
+
"homeOffice": "", # If present, specifies that the user is working at home.
1538
+
"officeLocation": { # If present, specifies that the user is working from an office.
1539
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
1540
+
"deskId": "A String", # An optional arbitrary desk identifier.
1541
+
"floorId": "A String", # An optional arbitrary floor identifier.
1542
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
1543
+
"label": "A String", # An optional extra label for additional information.
1544
+
},
1545
+
},
1476
1546
}</pre>
1477
1547
</div>
1478
1548
@@ -1673,6 +1743,7 @@ <h3>Method Details</h3>
1673
1743
# - "default" - A regular event or not further specified.
1674
1744
# - "outOfOffice" - An out-of-office event.
1675
1745
# - "focusTime" - A focus-time event.
1746
+
# - "workingLocation" - A working location event.
1676
1747
"extendedProperties": { # Extended properties of the event.
1677
1748
"private": { # Properties that are private to the copy of the event that appears on this calendar.
1678
1749
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -1770,6 +1841,19 @@ <h3>Method Details</h3>
1770
1841
# - "public" - The event is public and event details are visible to all readers of the calendar.
1771
1842
# - "private" - The event is private and only event attendees may view event details.
1772
1843
# - "confidential" - The event is private. This value is provided for compatibility reasons.
1844
+
"workingLocationProperties": { # Working Location event data. Read-only.
1845
+
"customLocation": { # If present, specifies that the user is working from a custom location.
1846
+
"label": "A String", # An optional extra label for additional information.
1847
+
},
1848
+
"homeOffice": "", # If present, specifies that the user is working at home.
1849
+
"officeLocation": { # If present, specifies that the user is working from an office.
1850
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
1851
+
"deskId": "A String", # An optional arbitrary desk identifier.
1852
+
"floorId": "A String", # An optional arbitrary floor identifier.
1853
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
1854
+
"label": "A String", # An optional extra label for additional information.
1855
+
},
1856
+
},
1773
1857
},
1774
1858
],
1775
1859
"kind": "calendar#events", # Type of the collection ("calendar#events").
@@ -2015,6 +2099,7 @@ <h3>Method Details</h3>
2015
2099
# - "default" - A regular event or not further specified.
2016
2100
# - "outOfOffice" - An out-of-office event.
2017
2101
# - "focusTime" - A focus-time event.
2102
+
# - "workingLocation" - A working location event.
2018
2103
"extendedProperties": { # Extended properties of the event.
2019
2104
"private": { # Properties that are private to the copy of the event that appears on this calendar.
2020
2105
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -2112,6 +2197,19 @@ <h3>Method Details</h3>
2112
2197
# - "public" - The event is public and event details are visible to all readers of the calendar.
2113
2198
# - "private" - The event is private and only event attendees may view event details.
2114
2199
# - "confidential" - The event is private. This value is provided for compatibility reasons.
2200
+
"workingLocationProperties": { # Working Location event data. Read-only.
2201
+
"customLocation": { # If present, specifies that the user is working from a custom location.
2202
+
"label": "A String", # An optional extra label for additional information.
2203
+
},
2204
+
"homeOffice": "", # If present, specifies that the user is working at home.
2205
+
"officeLocation": { # If present, specifies that the user is working from an office.
2206
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
2207
+
"deskId": "A String", # An optional arbitrary desk identifier.
2208
+
"floorId": "A String", # An optional arbitrary floor identifier.
2209
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
2210
+
"label": "A String", # An optional extra label for additional information.
2211
+
},
2212
+
},
2115
2213
},
2116
2214
],
2117
2215
"kind": "calendar#events", # Type of the collection ("calendar#events").
@@ -2314,6 +2412,7 @@ <h3>Method Details</h3>
2314
2412
# - "default" - A regular event or not further specified.
2315
2413
# - "outOfOffice" - An out-of-office event.
2316
2414
# - "focusTime" - A focus-time event.
2415
+
# - "workingLocation" - A working location event.
2317
2416
"extendedProperties": { # Extended properties of the event.
2318
2417
"private": { # Properties that are private to the copy of the event that appears on this calendar.
2319
2418
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -2411,6 +2510,19 @@ <h3>Method Details</h3>
2411
2510
# - "public" - The event is public and event details are visible to all readers of the calendar.
2412
2511
# - "private" - The event is private and only event attendees may view event details.
2413
2512
# - "confidential" - The event is private. This value is provided for compatibility reasons.
2513
+
"workingLocationProperties": { # Working Location event data. Read-only.
2514
+
"customLocation": { # If present, specifies that the user is working from a custom location.
2515
+
"label": "A String", # An optional extra label for additional information.
2516
+
},
2517
+
"homeOffice": "", # If present, specifies that the user is working at home.
2518
+
"officeLocation": { # If present, specifies that the user is working from an office.
2519
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
2520
+
"deskId": "A String", # An optional arbitrary desk identifier.
2521
+
"floorId": "A String", # An optional arbitrary floor identifier.
2522
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
2523
+
"label": "A String", # An optional extra label for additional information.
2524
+
},
2525
+
},
2414
2526
}</pre>
2415
2527
</div>
2416
2528
@@ -2581,6 +2693,7 @@ <h3>Method Details</h3>
2581
2693
# - "default" - A regular event or not further specified.
2582
2694
# - "outOfOffice" - An out-of-office event.
2583
2695
# - "focusTime" - A focus-time event.
2696
+
# - "workingLocation" - A working location event.
2584
2697
"extendedProperties": { # Extended properties of the event.
2585
2698
"private": { # Properties that are private to the copy of the event that appears on this calendar.
2586
2699
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -2678,6 +2791,19 @@ <h3>Method Details</h3>
2678
2791
# - "public" - The event is public and event details are visible to all readers of the calendar.
2679
2792
# - "private" - The event is private and only event attendees may view event details.
2680
2793
# - "confidential" - The event is private. This value is provided for compatibility reasons.
2794
+
"workingLocationProperties": { # Working Location event data. Read-only.
2795
+
"customLocation": { # If present, specifies that the user is working from a custom location.
2796
+
"label": "A String", # An optional extra label for additional information.
2797
+
},
2798
+
"homeOffice": "", # If present, specifies that the user is working at home.
2799
+
"officeLocation": { # If present, specifies that the user is working from an office.
2800
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
2801
+
"deskId": "A String", # An optional arbitrary desk identifier.
2802
+
"floorId": "A String", # An optional arbitrary floor identifier.
2803
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
2804
+
"label": "A String", # An optional extra label for additional information.
2805
+
},
2806
+
},
2681
2807
}
2682
2808
2683
2809
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>
2853
2979
# - "default" - A regular event or not further specified.
2854
2980
# - "outOfOffice" - An out-of-office event.
2855
2981
# - "focusTime" - A focus-time event.
2982
+
# - "workingLocation" - A working location event.
2856
2983
"extendedProperties": { # Extended properties of the event.
2857
2984
"private": { # Properties that are private to the copy of the event that appears on this calendar.
2858
2985
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -2950,6 +3077,19 @@ <h3>Method Details</h3>
2950
3077
# - "public" - The event is public and event details are visible to all readers of the calendar.
2951
3078
# - "private" - The event is private and only event attendees may view event details.
2952
3079
# - "confidential" - The event is private. This value is provided for compatibility reasons.
3080
+
"workingLocationProperties": { # Working Location event data. Read-only.
3081
+
"customLocation": { # If present, specifies that the user is working from a custom location.
3082
+
"label": "A String", # An optional extra label for additional information.
3083
+
},
3084
+
"homeOffice": "", # If present, specifies that the user is working at home.
3085
+
"officeLocation": { # If present, specifies that the user is working from an office.
3086
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
3087
+
"deskId": "A String", # An optional arbitrary desk identifier.
3088
+
"floorId": "A String", # An optional arbitrary floor identifier.
3089
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
3090
+
"label": "A String", # An optional extra label for additional information.
3091
+
},
3092
+
},
2953
3093
}</pre>
2954
3094
</div>
2955
3095
@@ -3129,6 +3269,7 @@ <h3>Method Details</h3>
3129
3269
# - "default" - A regular event or not further specified.
3130
3270
# - "outOfOffice" - An out-of-office event.
3131
3271
# - "focusTime" - A focus-time event.
3272
+
# - "workingLocation" - A working location event.
3132
3273
"extendedProperties": { # Extended properties of the event.
3133
3274
"private": { # Properties that are private to the copy of the event that appears on this calendar.
3134
3275
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -3226,6 +3367,19 @@ <h3>Method Details</h3>
3226
3367
# - "public" - The event is public and event details are visible to all readers of the calendar.
3227
3368
# - "private" - The event is private and only event attendees may view event details.
3228
3369
# - "confidential" - The event is private. This value is provided for compatibility reasons.
3370
+
"workingLocationProperties": { # Working Location event data. Read-only.
3371
+
"customLocation": { # If present, specifies that the user is working from a custom location.
3372
+
"label": "A String", # An optional extra label for additional information.
3373
+
},
3374
+
"homeOffice": "", # If present, specifies that the user is working at home.
3375
+
"officeLocation": { # If present, specifies that the user is working from an office.
3376
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
3377
+
"deskId": "A String", # An optional arbitrary desk identifier.
3378
+
"floorId": "A String", # An optional arbitrary floor identifier.
3379
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
3380
+
"label": "A String", # An optional extra label for additional information.
3381
+
},
3382
+
},
3229
3383
}</pre>
3230
3384
</div>
3231
3385
@@ -3396,6 +3550,7 @@ <h3>Method Details</h3>
3396
3550
# - "default" - A regular event or not further specified.
3397
3551
# - "outOfOffice" - An out-of-office event.
3398
3552
# - "focusTime" - A focus-time event.
3553
+
# - "workingLocation" - A working location event.
3399
3554
"extendedProperties": { # Extended properties of the event.
3400
3555
"private": { # Properties that are private to the copy of the event that appears on this calendar.
3401
3556
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -3493,6 +3648,19 @@ <h3>Method Details</h3>
3493
3648
# - "public" - The event is public and event details are visible to all readers of the calendar.
3494
3649
# - "private" - The event is private and only event attendees may view event details.
3495
3650
# - "confidential" - The event is private. This value is provided for compatibility reasons.
3651
+
"workingLocationProperties": { # Working Location event data. Read-only.
3652
+
"customLocation": { # If present, specifies that the user is working from a custom location.
3653
+
"label": "A String", # An optional extra label for additional information.
3654
+
},
3655
+
"homeOffice": "", # If present, specifies that the user is working at home.
3656
+
"officeLocation": { # If present, specifies that the user is working from an office.
3657
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
3658
+
"deskId": "A String", # An optional arbitrary desk identifier.
3659
+
"floorId": "A String", # An optional arbitrary floor identifier.
3660
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
3661
+
"label": "A String", # An optional extra label for additional information.
3662
+
},
3663
+
},
3496
3664
}
3497
3665
3498
3666
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>
3668
3836
# - "default" - A regular event or not further specified.
3669
3837
# - "outOfOffice" - An out-of-office event.
3670
3838
# - "focusTime" - A focus-time event.
3839
+
# - "workingLocation" - A working location event.
3671
3840
"extendedProperties": { # Extended properties of the event.
3672
3841
"private": { # Properties that are private to the copy of the event that appears on this calendar.
3673
3842
"a_key": "A String", # The name of the private property and the corresponding value.
@@ -3765,6 +3934,19 @@ <h3>Method Details</h3>
3765
3934
# - "public" - The event is public and event details are visible to all readers of the calendar.
3766
3935
# - "private" - The event is private and only event attendees may view event details.
3767
3936
# - "confidential" - The event is private. This value is provided for compatibility reasons.
3937
+
"workingLocationProperties": { # Working Location event data. Read-only.
3938
+
"customLocation": { # If present, specifies that the user is working from a custom location.
3939
+
"label": "A String", # An optional extra label for additional information.
3940
+
},
3941
+
"homeOffice": "", # If present, specifies that the user is working at home.
3942
+
"officeLocation": { # If present, specifies that the user is working from an office.
3943
+
"buildingId": "A String", # An optional building identifier. This should reference a building ID in the organization's Resources database.
3944
+
"deskId": "A String", # An optional arbitrary desk identifier.
3945
+
"floorId": "A String", # An optional arbitrary floor identifier.
3946
+
"floorSectionId": "A String", # An optional arbitrary floor section identifier.
3947
+
"label": "A String", # An optional extra label for additional information.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/calendar.v3.json
+52-2
Original file line number
Diff line number
Diff line change
@@ -1723,7 +1723,7 @@
1723
1723
}
1724
1724
}
1725
1725
},
1726
-
"revision": "20230210",
1726
+
"revision": "20230226",
1727
1727
"rootUrl": "https://www.googleapis.com/",
1728
1728
"schemas": {
1729
1729
"Acl": {
@@ -2380,7 +2380,7 @@
2380
2380
},
2381
2381
"eventType": {
2382
2382
"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.",
2384
2384
"type": "string"
2385
2385
},
2386
2386
"extendedProperties": {
@@ -2611,6 +2611,10 @@
2611
2611
"default": "default",
2612
2612
"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.",
0 commit comments