Show / Hide Table of Contents

Class FreeBusyResponse

Inheritance
System.Object
FreeBusyResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class FreeBusyResponse : object, IDirectResponseSchema

Properties

Calendars

List of free/busy information for calendars.

Declaration
public virtual IDictionary<string, FreeBusyCalendar> Calendars { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, FreeBusyCalendar>

ETag

The ETag of the item.

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

Groups

Expansion of groups.

Declaration
public virtual IDictionary<string, FreeBusyGroup> Groups { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, FreeBusyGroup>

Kind

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

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

TimeMax

System.DateTime representation of TimeMaxRaw.

Declaration
public virtual Nullable<DateTime> TimeMax { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

TimeMaxRaw

The end of the interval.

Declaration
public virtual string TimeMaxRaw { get; set; }
Property Value
Type Description
System.String

TimeMin

System.DateTime representation of TimeMinRaw.

Declaration
public virtual Nullable<DateTime> TimeMin { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

TimeMinRaw

The start of the interval.

Declaration
public virtual string TimeMinRaw { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top