Understanding the GetUserAvailabilityResponse

Example 21-6 shows what a response from a GetUserAvailability Web method call using a request that contained both FreeBusyViewOptions and SuggestionsViewOptions might look like.

Example 21-6. GetUserAvailabilityResponse with FreeBusy and Suggestions information

<m:GetUserAvailabilityResponse xmlns:m=".../messages" xmlns:t=".../types"> <m:FreeBusyResponseArray> <m:FreeBusyResponse> <m:ResponseMessage ResponseClass="Success"> <m:ResponseCode>NoError</m:ResponseCode> </m:ResponseMessage> <m:FreeBusyView> <t:FreeBusyViewType>DetailedMerged</t:FreeBusyViewType> <t:MergedFreeBusy>0223</t:MergedFreeBusy> <t:CalendarEventArray> <t:CalendarEvent> <t:StartTime>2007-05-11T09:00:00-07:00</t:StartTime> <t:EndTime>2007-05-11T10:00:00-07:00</t:EndTime> ...

Get Inside Microsoft® Exchange Server 2007 Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.