FreebusyQuery
内容
[
隐藏
]FreebusyQuery class
请求一组日历的忙/闲信息。
public class FreebusyQuery
构造函数
| 姓名 | 描述 |
|---|---|
| FreebusyQuery() | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, IEnumerable<string>) | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, params string[]) | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, string, IEnumerable<string>) | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, string, params string[]) | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, string, int?, int?, IEnumerable<string>) | 初始化 FreebusyQuery 类的新实例。 |
| FreebusyQuery(DateTime, DateTime, string, int?, int?, params string[]) | 初始化 FreebusyQuery 类的新实例。 |
特性
| 姓名 | 描述 |
|---|---|
| CalendarExpansionMax { get; set; } | 为其提供 FreeBusy 信息的日历的最大数量。可选的. |
| GroupExpansionMax { get; set; } | 为单个组提供的最大日历标识符数。可选的。 成员数超过此值的组将返回错误。 |
| Items { get; } | 要查询的日历和/或组的列表。 包含日历或组的标识符。 |
| TimeMax { get; set; } | 查询间隔的结束。 |
| TimeMin { get; set; } | 查询间隔的开始。 |
| TimeZone { get; set; } | 响应中使用的时区。可选的。默认为 UTC. |