Table of Contents

Class FreeBusyCalendar

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

Constructors

FreeBusyCalendar()

public FreeBusyCalendar()

Properties

Busy

List of time ranges during which this calendar should be regarded as busy.

public virtual IList<TimePeriod> Busy { get; set; }

Property Value

IList<TimePeriod>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Errors

Optional error(s) (if computation for the calendar failed).

public virtual IList<Error> Errors { get; set; }

Property Value

IList<Error>