Class FreeBusyResponse
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
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Groups
Expansion of groups.
public virtual IDictionary<string, FreeBusyGroup> Groups { get; set; }
Property Value
Kind
Type of the resource ("calendar#freeBusy").
public virtual string Kind { get; set; }
Property Value
TimeMax
DateTime representation of TimeMaxRaw.
public virtual DateTime? TimeMax { get; set; }
Property Value
TimeMaxRaw
The end of the interval.
public virtual string TimeMaxRaw { get; set; }
Property Value
TimeMin
DateTime representation of TimeMinRaw.
public virtual DateTime? TimeMin { get; set; }
Property Value
TimeMinRaw
The start of the interval.
public virtual string TimeMinRaw { get; set; }