GetUserAvailabilityResponseGetUserAvailabilityResponse
O elemento GetUserAvailabilityResponse é o elemento raiz que contém as propriedades que definem informações de disponibilidade do usuário ou informações de tempo de reunião sugeridas.The GetUserAvailabilityResponse element is the root element that contains the properties that define user availability information or suggested meeting time information.
<GetUserAvailabilityResponse>
<FreeBusyResponseArray>...</FreeBusyResponseArray>
<SuggestionsResponse>...</SuggestionsResponse>
</GetUserAvailabilityResponse>
GetUserAvailabilityResponseTypeGetUserAvailabilityResponseType
Atributos e elementosAttributes and elements
As seções a seguir descrevem os atributos, os elementos filhos e os elementos pai.The following sections describe attributes, child elements, and parent elements.
AtributosAttributes
NenhumNone.
Elementos filhoChild elements
ElementoElement | DescriçãoDescription |
---|---|
FreeBusyResponseArrayFreeBusyResponseArray |
Contém as informações de disponibilidade dos usuários solicitados e o status da resposta.Contains the requested users' availability information and the response status. |
SuggestionsResponseSuggestionsResponse |
Contém informações de status de resposta e dados de sugestão para sugestões de reunião solicitadas.Contains response status information and suggestion data for requested meeting suggestions. |
Elementos paiParent elements
NenhumNone.
ComentáriosRemarks
O esquema que descreve este elemento está localizado no diretório virtual do EWS do computador que está executando o MicrosoftExchange Server 2007 que tem instalada a função de servidor de Acesso para Cliente.The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.
ExemploExample
O exemplo a seguir de uma resposta GetUserAvailability mostra uma resposta a uma solicitação GetUserAvailability.The following example of a GetUserAvailability response shows a response to a GetUserAvailability request.
<?xml version="1.0" encoding="utf-8" ?>
<GetUserAvailabilityResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<FreeBusyResponseArray xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
<FreeBusyResponse>
<ResponseMessage ResponseClass="Success">
<Path select="/m:GetUserAvailabilityRequest/MailboxDataArray[0]" />
</ResponseMessage>
<FreeBusyView>
<FreeBusyViewType xmlns="https://schemas.microsoft.com/exchange/services/2006/types">Detailed</FreeBusyViewType>
<CalendarEventArray xmlns="https://schemas.microsoft.com/exchange/services/2006/types">
<CalendarEvent>
<StartTime>2006-02-28T19:00:00-08:00</StartTime>
<EndTime>2006-02-28T23:30:00-08:00</EndTime>
<BusyType>OOF</BusyType>
<IsPrivate>false</IsPrivate>
<CalendarEventDetails>
<ID>00000</ID>
<Subject>Exercise</Subject>
<Location>the gym</Location>
<IsMeeting>false</IsMeeting>
<IsRecurring>false</IsRecurring>
<IsException>false</IsException>
<IsReminderSet>true</IsReminderSet>
</CalendarEventDetails>
</CalendarEvent>
</CalendarEventArray>
<WorkingHours xmlns="https://schemas.microsoft.com/exchange/services/2006/types">
<TimeZone>
<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>
<WorkingPeriodArray>
<WorkingPeriod>
<DayOfWeek>Monday Tuesday Wednesday Thursday Friday</DayOfWeek>
<StartTimeInMinutes>480</StartTimeInMinutes>
<EndTimeInMinutes>1020</EndTimeInMinutes>
</WorkingPeriod>
</WorkingPeriodArray>
</WorkingHours>
</FreeBusyView>
</FreeBusyResponse>
</FreeBusyResponseArray>
</GetUserAvailabilityResponse>
O conteúdo do elemento ID foi reduzido para preservar a legibilidade.The ID element contents were shortened to preserve readability.
Elemento de informaçõesElement information
NamespaceNamespace |
https://schemas.microsoft.com/exchange/services/2006/messages |
Nome do esquemaSchema Name |
Esquema de mensagensMessages schema |
Arquivo de validaçãoValidation File |
Messages.xsdMessages.xsd |
Pode ser vazioCan be Empty |
FalseFalse |