Table of Contents

Class FreeBusyRequest

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class FreeBusyRequest : IDirectResponseSchema
Inheritance
FreeBusyRequest
Implements
IDirectResponseSchema
Inherited Members

Constructors

FreeBusyRequest()

public FreeBusyRequest()

Properties

CalendarExpansionMax

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

public virtual int? CalendarExpansionMax { get; set; }

Property Value

int?

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

GroupExpansionMax

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

public virtual int? GroupExpansionMax { get; set; }

Property Value

int?

Items

List of calendars and/or groups to query.

public virtual IList<FreeBusyRequestItem> Items { get; set; }

Property Value

IList<FreeBusyRequestItem>

TimeMax

DateTime representation of TimeMaxRaw.

public virtual DateTime? TimeMax { get; set; }

Property Value

DateTime?

TimeMaxRaw

The end of the interval for the query.

public virtual string TimeMaxRaw { get; set; }

Property Value

string

TimeMin

DateTime representation of TimeMinRaw.

public virtual DateTime? TimeMin { get; set; }

Property Value

DateTime?

TimeMinRaw

The start of the interval for the query.

public virtual string TimeMinRaw { get; set; }

Property Value

string

TimeZone

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

public virtual string TimeZone { get; set; }

Property Value

string