FreebusyQuery

FreebusyQuery()

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery()

也可以看看


FreebusyQuery(DateTime, DateTime, IEnumerable<string>)

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, IEnumerable<string> items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
itemsIEnumerable`1要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看


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

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, IEnumerable<string> items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
timeZoneString响应中使用的时区。可选的。默认值为 UTC。
itemsIEnumerable`1要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看


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

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax, 
    int? calendarExpansionMax, IEnumerable<string> items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
timeZoneString响应中使用的时区。可选的。默认值为 UTC。
groupExpansionMaxNullable`1为单个组提供的最大日历标识符数。可选的。 成员数超过此值的组将返回错误。
calendarExpansionMaxNullable`1为其提供 FreeBusy 信息的日历的最大数量。可选的.
itemsIEnumerable`1要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看


FreebusyQuery(DateTime, DateTime, params string[])

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, params string[] items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
itemsString[]要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看


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

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, params string[] items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
timeZoneString响应中使用的时区。可选的。默认值为 UTC。
itemsString[]要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看


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

初始化 FreebusyQuery 类的新实例。

public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax, 
    int? calendarExpansionMax, params string[] items)
范围类型描述
timeMinDateTime查询间隔的结束。
timeMaxDateTime查询间隔的结束。
timeZoneString响应中使用的时区。可选的。默认值为 UTC。
groupExpansionMaxNullable`1为单个组提供的最大日历标识符数。可选的。 成员数超过此值的组将返回错误。
calendarExpansionMaxNullable`1为其提供 FreeBusy 信息的日历的最大数量。可选的.
itemsString[]要查询的日历和/或组的列表。 包含日历或组的标识符。

也可以看看