Table of Contents

Class FreeBusyGroup

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

Constructors

FreeBusyGroup()

public FreeBusyGroup()

Properties

Calendars

List of calendars' identifiers within a group.

public virtual IList<string> Calendars { get; set; }

Property Value

IList<string>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Errors

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

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

Property Value

IList<Error>