Class FreeBusyRequest
public class FreeBusyRequest : Object, IDirectResponseSchema
- Inheritance
-
FreeBusyRequest
- Implements
-
IDirectResponseSchema
Constructors
FreeBusyRequest()
public FreeBusyRequest()
Properties
CalendarExpansionMax
Maximal number of calendars for which FreeBusy information is to be provided. Optional.
public virtual Nullable<int> CalendarExpansionMax { get; set; }
Property Value
- Nullable<int>
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
GroupExpansionMax
Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value.
public virtual Nullable<int> GroupExpansionMax { get; set; }
Property Value
- Nullable<int>
Items
List of calendars and/or groups to query.
public virtual IList<FreeBusyRequestItem> Items { get; set; }
Property Value
- IList<FreeBusyRequestItem>
TimeMax
DateTime representation of TimeMaxRaw.
public virtual Nullable<DateTime> TimeMax { get; set; }
Property Value
- Nullable<DateTime>
TimeMaxRaw
The end of the interval for the query.
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 for the query.
public virtual string TimeMinRaw { get; set; }
Property Value
TimeZone
Time zone used in the response. Optional. The default is UTC.
public virtual string TimeZone { get; set; }