Поделиться через


Modifying a Meeting

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following request asks that the meeting date be changed to December 22, 2007.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <ModifyMeetingRequest>
    <StringQuery fieldName="name" operator="=" value="ShipParty"/>
    <OptionList>
      <TimeOption name="startTime" value="2007-12-22T14:00:00Z"/>
      <TimeOption name="endTime" value="2007-12-22T18:00:00Z"/>
    </OptionList>
    <FieldList>
      <Name>mid</Name>
    </FieldList>
  </ModifyMeetingRequest>
</PlaceWareConfCenter>

The following reply is returned from the conference center when the request is processed successfully.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PlaceWareConfCenter>
   <ModifyMeetingReply>
      <MeetingReply>
        <OptionList>
           <StringOption value="jg2362b8n9rhl6gs" name="mid">
        </OptionList>
      </MeetingReply>
   </ModifyMeetingReply>
</PlaceWareConfCenter>

See Also

Concepts

Using the Live Meeting service API

Maintaining Meetings and Recordings