FreebusyQuery.FreebusyQuery

FreebusyQuery()

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery()

See Also


FreebusyQuery(DateTime, DateTime, IEnumerable<string>)

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, IEnumerable<string> items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
itemsIEnumerable`1List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also


FreebusyQuery(DateTime, DateTime, string, IEnumerable<string>)

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, IEnumerable<string> items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
timeZoneStringTime zone used in the response. Optional. The default is UTC.
itemsIEnumerable`1List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also


FreebusyQuery(DateTime, DateTime, string, int?, int?, IEnumerable<string>)

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax, 
    int? calendarExpansionMax, IEnumerable<string> items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
timeZoneStringTime zone used in the response. Optional. The default is UTC.
groupExpansionMaxNullable`1Maximal 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.
calendarExpansionMaxNullable`1Maximal number of calendars for which FreeBusy information is to be provided. Optional.
itemsIEnumerable`1List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also


FreebusyQuery(DateTime, DateTime, params string[])

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, params string[] items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
itemsString[]List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also


FreebusyQuery(DateTime, DateTime, string, params string[])

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, params string[] items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
timeZoneStringTime zone used in the response. Optional. The default is UTC.
itemsString[]List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also


FreebusyQuery(DateTime, DateTime, string, int?, int?, params string[])

Initializes a new instance of the FreebusyQuery class.

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax, 
    int? calendarExpansionMax, params string[] items)
ParameterTypeDescription
timeMinDateTimeThe end of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
timeZoneStringTime zone used in the response. Optional. The default is UTC.
groupExpansionMaxNullable`1Maximal 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.
calendarExpansionMaxNullable`1Maximal number of calendars for which FreeBusy information is to be provided. Optional.
itemsString[]List of calendars and/or groups to query. Contains identifiers of a calendar or a group.

See Also