Class FreeBusyResponse
public class FreeBusyResponse : Object, IDirectResponseSchema
- Inheritance
-
FreeBusyResponse
- Implements
-
IDirectResponseSchema
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
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
TimeMax
DateTime representation of TimeMaxRaw.
public virtual Nullable<DateTime> TimeMax { get; set; }
Property Value
- Nullable<DateTime>
TimeMaxRaw
The end of the interval.
public virtual string TimeMaxRaw { get; set; }
Property Value
TimeMin
DateTime representation of TimeMinRaw.
public virtual Nullable<DateTime> TimeMin { get; set; }
Property Value
- Nullable<DateTime>
TimeMinRaw
The start of the interval.
public virtual string TimeMinRaw { get; set; }