Show / Hide Table of Contents

Class FreeBusyRequest

Inheritance
object
FreeBusyRequest
Implements
IDirectResponseSchema
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 FreeBusyRequest : IDirectResponseSchema

Properties

CalendarExpansionMax

Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.

Declaration
[JsonProperty("calendarExpansionMax")]
public virtual int? CalendarExpansionMax { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroupExpansionMax

Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.

Declaration
[JsonProperty("groupExpansionMax")]
public virtual int? GroupExpansionMax { get; set; }
Property Value
Type Description
int?

Items

List of calendars and/or groups to query.

Declaration
[JsonProperty("items")]
public virtual IList<FreeBusyRequestItem> Items { get; set; }
Property Value
Type Description
IList<FreeBusyRequestItem>

TimeMax

DateTime representation of TimeMaxRaw.

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
DateTime?

TimeMaxDateTimeOffset

DateTimeOffset representation of TimeMaxRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeMaxDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimeMaxRaw

The end of the interval for the query formatted as per RFC3339.

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

TimeMin

DateTime representation of TimeMinRaw.

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
DateTime?

TimeMinDateTimeOffset

DateTimeOffset representation of TimeMinRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeMinDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimeMinRaw

The start of the interval for the query formatted as per RFC3339.

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

TimeZone

Time zone used in the response. Optional. The default is UTC.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX