Class FreeBusyResponse
Implements
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class FreeBusyResponse : IDirectResponseSchema
Properties
Calendars
List of free/busy information for calendars.
Declaration
[JsonProperty("calendars")]
public virtual IDictionary<string, FreeBusyCalendar> Calendars { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Free |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Groups
Expansion of groups.
Declaration
[JsonProperty("groups")]
public virtual IDictionary<string, FreeBusyGroup> Groups { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Free |
Kind
Type of the resource ("calendar#freeBusy").
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeMax
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeMaxDateTimeOffset instead.")]
public virtual DateTime? TimeMax { get; set; }
Property Value
Type | Description |
---|---|
Date |
TimeMaxDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeMaxDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
TimeMaxRaw
The end of the interval.
Declaration
[JsonProperty("timeMax")]
public virtual string TimeMaxRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeMin
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeMinDateTimeOffset instead.")]
public virtual DateTime? TimeMin { get; set; }
Property Value
Type | Description |
---|---|
Date |
TimeMinDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeMinDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
TimeMinRaw
The start of the interval.
Declaration
[JsonProperty("timeMin")]
public virtual string TimeMinRaw { get; set; }
Property Value
Type | Description |
---|---|
string |