qtmeetings sources to Maemo garage
[qtmeetings] / tests / IO / Communication / input.xml
1 <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/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
2     <soap:Body>
3         <GetUserAvailabilityRequest xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
4             <t:TimeZone xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
5                 <Bias>120</Bias>
6                         <StandardTime>
7                             <Bias>0</Bias>
8                             <Time>09:18:00</Time>
9                             <DayOrder>23</DayOrder>
10                             <Month>4</Month>
11                             <DayOfWeek>Thursday</DayOfWeek>
12                         </StandardTime>
13                 <DaylightTime>
14                             <Bias>-60</Bias>
15                             <Time>09:18:00</Time>
16                             <DayOrder>23</DayOrder>
17                             <Month>4</Month>
18                             <DayOfWeek>Thursday</DayOfWeek>
19                         </DaylightTime>
20             </t:TimeZone>
21             <MailboxDataArray>
22                 <t:MailboxData>
23                             <t:Email>
24                                 <t:Address>meetingroomtest@test.local</t:Address>
25                     </t:Email>
26                             <t:AttendeeType>Room</t:AttendeeType>
27                             <t:ExcludeConflicts>false</t:ExcludeConflicts>
28                         </t:MailboxData>
29             </MailboxDataArray>
30             <t:FreeBusyViewOptions>
31                     <t:TimeWindow>
32                             <t:StartTime>2009-04-20T00:00:00</t:StartTime>
33                             <t:EndTime>2009-04-24T23:59:59</t:EndTime>
34                         </t:TimeWindow>
35                         <t:MergedFreeBusyIntervalInMinutes>60</t:MergedFreeBusyIntervalInMinutes>
36                         <t:RequestedView>DetailedMerged</t:RequestedView>
37             </t:FreeBusyViewOptions>
38         </GetUserAvailabilityRequest>
39     </soap:Body>
40 </soap:Envelope>