Show / Hide Table of Contents

Class EventWorkingLocationProperties.OfficeLocationData

If present, specifies that the user is working from an office.

Inheritance
object
EventWorkingLocationProperties.OfficeLocationData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class EventWorkingLocationProperties.OfficeLocationData

Properties

BuildingId

An optional building identifier. This should reference a building ID in the organization's Resources database.

Declaration
[JsonProperty("buildingId")]
public virtual string BuildingId { get; set; }
Property Value
Type Description
string

DeskId

An optional desk identifier.

Declaration
[JsonProperty("deskId")]
public virtual string DeskId { get; set; }
Property Value
Type Description
string

FloorId

An optional floor identifier.

Declaration
[JsonProperty("floorId")]
public virtual string FloorId { get; set; }
Property Value
Type Description
string

FloorSectionId

An optional floor section identifier.

Declaration
[JsonProperty("floorSectionId")]
public virtual string FloorSectionId { get; set; }
Property Value
Type Description
string

Label

The office name that's displayed in Calendar Web and Mobile clients. We recommend you reference a building name in the organization's Resources database.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX