FreebusyQuery

FreebusyQuery class

Request free/busy information for a set of calendars.

The FreebusyQuery type exposes the following members:

Constructors

NameDescription
FreebusyQuery()Initializes a new instance of the FreebusyQuery class.
FreebusyQuery(time_min, time_max, items)Initializes a new instance of the FreebusyQuery class
FreebusyQuery(time_min, time_max, time_zone, items)Initializes a new instance of the FreebusyQuery class
FreebusyQuery(time_min, time_max, time_zone, group_expansion_max, calendar_expansion_max, items)Initializes a new instance of the FreebusyQuery class
FreebusyQuery(time_min, time_max, items)Initializes a new instance of the FreebusyQuery class
FreebusyQuery(time_min, time_max, time_zone, items)Initializes a new instance of the FreebusyQuery class
FreebusyQuery(time_min, time_max, time_zone, group_expansion_max, calendar_expansion_max, items)Initializes a new instance of the FreebusyQuery class

Properties

NameDescription
time_minThe start of the interval for the query.
time_maxThe end of the interval for the query.
time_zoneTime zone used in the response. Optional. The default is UTC.
group_expansion_maxMaximal 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.
calendar_expansion_maxMaximal number of calendars for which FreeBusy information is to be provided. Optional.
itemsList of calendars and/or groups to query.
Contains identifiers of a calendar or a group.

See Also