Table of Contents

Class FreeBusyResponse

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

Constructors

FreeBusyResponse()

public FreeBusyResponse()

Properties

Calendars

List of free/busy information for calendars.

public virtual IDictionary<string, FreeBusyCalendar> Calendars { get; set; }

Property Value

IDictionary<string, FreeBusyCalendar>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Groups

Expansion of groups.

public virtual IDictionary<string, FreeBusyGroup> Groups { get; set; }

Property Value

IDictionary<string, FreeBusyGroup>

Kind

Type of the resource ("calendar#freeBusy").

public virtual string Kind { get; set; }

Property Value

string

TimeMax

DateTime representation of TimeMaxRaw.

public virtual DateTime? TimeMax { get; set; }

Property Value

DateTime?

TimeMaxRaw

The end of the interval.

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.

public virtual string TimeMinRaw { get; set; }

Property Value

string