Advertisement
Kvarz

updateItem try4

Feb 9th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.84 KB | None | 0 0
  1.  <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
  2.     <soap:Header>
  3.        <t:RequestServerVersion Version="Exchange2010_SP1"/>
  4.        <t:TimeZoneContext>
  5.           <t:TimeZoneDefinition Id="Pacific Standard Time"/>
  6.        </t:TimeZoneContext>
  7.     </soap:Header>
  8.     <soap:Body>
  9.        <m:UpdateItem ConflictResolution="AlwaysOverwrite" MessageDisposition="SaveOnly" SendMeetingInvitationsOrCancellations="SendToAllAndSaveCopy">
  10.           <m:ItemChanges>
  11.              <t:ItemChange>
  12.                 <t:ItemId Id="AAMkAGRjMzNmZmY5LWU3MGQtNDM3Yy04NzhkLTIwMTg1NmFhMGQwNABGAAAAAABObYYk+7J4Q7aaFHkkbfVkBwDfWJVQrwZNRp/OY9bjrUjZAAAAfj7xAAB+MrFosgBHQqrkDt0N/PWCAALNcd9DAAA=" ChangeKey="DwAAABYAAABMdkyja/VqSJV6H6Cs0yfEAAByxN63"/>
  13.                 <t:Updates>
  14.                    <t:SetItemField>
  15.                       <t:FieldURI FieldURI="calendar:Start"/>
  16.                       <t:CalendarItem>
  17.                          <t:Start>2017-02-09T17:30:00</t:Start>
  18.                       </t:CalendarItem>
  19.                    </t:SetItemField>
  20.                    <t:SetItemField>
  21.                       <t:FieldURI FieldURI="calendar:End"/>
  22.                       <t:CalendarItem>
  23.                          <t:End>2017-02-09T18:00:00</t:End>
  24.                       </t:CalendarItem>
  25.                    </t:SetItemField>
  26.                    <t:SetItemField>
  27.                       <t:FieldURI FieldURI="item:Subject"/>
  28.                       <t:CalendarItem>
  29.                          <t:Subject>Kirill Varivoda Meeting</t:Subject>
  30.                       </t:CalendarItem>
  31.                    </t:SetItemField>
  32.                    <t:SetItemField>
  33.                       <t:FieldURI FieldURI="calendar:RequiredAttendees"/>
  34.                       <t:CalendarItem>
  35.                          <t:RequiredAttendees>
  36.                             <t:Attendee>
  37.                                <t:Mailbox>
  38.                                   <t:Name>MeetingRoom4KHA5@dataart.com</t:Name>
  39.                                   <t:EmailAddress>MeetingRoom4KHA5@dataart.com</t:EmailAddress>
  40.                                   <t:RoutingType>SMTP</t:RoutingType>
  41.                                </t:Mailbox>
  42.                             </t:Attendee>
  43.                          </t:RequiredAttendees>
  44.                       </t:CalendarItem>
  45.                    </t:SetItemField>
  46.                    <t:SetItemField>
  47.                       <t:FieldURI FieldURI="calendar:IsAllDayEvent"/>
  48.                       <t:CalendarItem>
  49.                          <t:IsAllDayEvent>false</t:IsAllDayEvent>
  50.                       </t:CalendarItem>
  51.                    </t:SetItemField>
  52.                    <t:SetItemField>
  53.                       <t:FieldURI FieldURI="item:ReminderIsSet"/>
  54.                       <t:CalendarItem>
  55.                          <t:ReminderIsSet>true</t:ReminderIsSet>
  56.                       </t:CalendarItem>
  57.                    </t:SetItemField>
  58.                    <t:SetItemField>
  59.                       <t:FieldURI FieldURI="item:ReminderMinutesBeforeStart"/>
  60.                       <t:CalendarItem>
  61.                          <t:ReminderMinutesBeforeStart>5</t:ReminderMinutesBeforeStart>
  62.                       </t:CalendarItem>
  63.                    </t:SetItemField>
  64.                    <t:SetItemField>
  65.                       <t:FieldURI FieldURI="calendar:Location"/>
  66.                       <t:CalendarItem>
  67.                          <t:Location>Meeting Room KHA 8.1</t:Location>
  68.                       </t:CalendarItem>
  69.                    </t:SetItemField>
  70.                 </t:Updates>
  71.              </t:ItemChange>
  72.           </m:ItemChanges>
  73.        </m:UpdateItem>
  74.     </soap:Body>
  75.  </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement