FreeBusyViewOptions
FreeBusyViewOptions 元素指定响应中返回的忙/闲信息的类型。
<FreeBusyViewOptions>
<TimeWindow>...</TimeWindow>
<MergedFreeBusyIntervalInMinutes>...</MergedFreeBusyIntervalInMinutes>
<RequestedView>...</RequestedView>
</FreeBusyViewOptions>
FreeBusyViewOptionsType
属性和元素
下面各部分介绍了属性、子元素和父元素。
Attributes
无。
子元素
元素 | 说明 |
---|---|
TimeWindow |
标识为用户可用性信息查询的时间跨度。 |
MergedFreeBusyIntervalInMinutes |
表示 FreeBusyMerged 视图中两个连续槽之间的时间差。 |
RequestedView |
定义客户端请求的日历信息类型。 |
父元素
元素 | 说明 |
---|---|
GetUserAvailabilityRequest |
包含用于获取用户可用性信息的参数。 这是根元素。 下面是此元素的 XPath: /GetUserAvailabilityRequest |
备注
此元素不是必需的,在使用时只能出现一次。 如果 SuggestionsViewOptions 元素的值不为 null,则此值可以为 null。
注意
描述此元素的架构位于运行安装了客户端访问服务器角色的 Microsoft® Exchange Server 2007 的计算机的 /epi/ 目录中。
示例
以下示例每隔 60 分钟获取会议列表和忙/闲流。
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUserAvailabilityRequest xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<TimeZone xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Bias>480</Bias>
<StandardTime>
<Bias>0</Bias>
<Time>02:00:00</Time>
<DayOrder>5</DayOrder>
<Month>10</Month>
<DayOfWeek>Sunday</DayOfWeek>
</StandardTime>
<DaylightTime>
<Bias>-60</Bias>
<Time>02:00:00</Time>
<DayOrder>1</DayOrder>
<Month>4</Month>
<DayOfWeek>Sunday</DayOfWeek>
</DaylightTime>
</TimeZone>
<MailboxDataArray>
<MailboxData xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Email>
<Name></Name>
<Address>someone@ExServer.example.com</Address>
<RoutingType>SMTP</RoutingType>
</Email>
<AttendeeType>Organizer</AttendeeType>
<ExcludeConflicts>false</ExcludeConflicts>
<ExcludeNonWorkingHours>false</ExcludeNonWorkingHours>
</MailboxData>
</MailboxDataArray>
<FreeBusyViewOptions xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<TimeWindow>
<StartTime>2006-02-06T00:00:00</StartTime>
<EndTime>2006-02-25T23:59:59</EndTime>
</TimeWindow>
<MergedFreeBusyIntervalInMinutes>60</MergedFreeBusyIntervalInMinutes>
<RequestedView>FreeBusyMerged</RequestedView>
</FreeBusyViewOptions>
</GetUserAvailabilityRequest>
</soap:Body>
</soap:Envelope>
元素信息
名称 | 值 |
---|---|
命名空间 |
http://schemas.microsoft.com/exchange/services/2006/types |
架构名称 |
类型架构 |
验证文件 |
Types.xsd |
可以为空 |
False |