Represents a working location setting in Google Calendar.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
noLocation |
Working location is not specified. |
home |
Working location is set to "Home". |
custom |
Working location is set to a free-form, custom location. |
officeLocation |
Working location is set to a structured office or office-like location. |
NoLocation
Specifies that no working location is set. Updating a working location with this field removes any previous working location setting for the date.
HomeLocation
Specifies working at "Home" with no other details provided.
CustomLocation
Specifies a free-form, custom location.
JSON representation |
---|
{ "location": string } |
Fields | |
---|---|
location |
A string that defines the custom working location. Limit: 1024 bytes. |
OfficeLocation
Specifies a structured office or office-like location.
JSON representation |
---|
{ "building": string, "floor": string, "floorSection": string, "desk": string, "label": string } |
Fields | |
---|---|
building |
References a building. For example, We recommend using |
floor |
The floor. For example, |
floorSection |
The floor section. For example, |
desk |
The desk. For example, |
label |
The display label of this office location. For example, a building name. |