Class FreeBusyRequest
public class FreeBusyRequest : IDirectResponseSchema
- Inheritance
-
FreeBusyRequest
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
FreeBusyRequest()
public FreeBusyRequest()
Properties
CalendarExpansionMax
Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
public virtual int? CalendarExpansionMax { get; set; }
Property Value
- 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 is returned for a group with more members than this value. Maximum value is 100.
public virtual int? GroupExpansionMax { get; set; }
Property Value
- int?
Items
List of calendars and/or groups to query.
public virtual IList<FreeBusyRequestItem> Items { get; set; }
Property Value
TimeMax
DateTime representation of TimeMaxRaw.
public virtual DateTime? TimeMax { get; set; }
Property Value
TimeMaxRaw
The end of the interval for the query formatted as per RFC3339.
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 for the query formatted as per RFC3339.
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; }