<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Get the list of meetings with attendee List</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829029" />
  <subtitle>Get the list of meetings with attendee List</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829029</id>
  <updated>2013-06-20T03:00:56Z</updated>
  <dc:date>2013-06-20T03:00:56Z</dc:date>
  <entry>
    <title>RE: Get the list of meetings with attendee List</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829032" />
    <author>
      <name>Kingsley Lewis</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829032</id>
    <updated>2010-09-02T19:46:38Z</updated>
    <published>2010-09-02T19:46:38Z</published>
    <summary type="html">Hi Raheem,
 
What you have outlined below is the correct way to do this.  It will require 6 calls to the web services.
 
Thank you
-Kingsley Lewis</summary>
    <dc:creator>Kingsley Lewis</dc:creator>
    <dc:date>2010-09-02T19:46:38Z</dc:date>
  </entry>
  <entry>
    <title>Get the list of meetings with attendee List</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829028" />
    <author>
      <name>Raheem Shaik</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829028</id>
    <updated>2010-08-27T12:46:09Z</updated>
    <published>2010-08-27T12:46:09Z</published>
    <summary type="html">Hi,
 
I Went through" XML API 5[1].5 Reference Guide.pdf"
get the list of meetings we need to call "LstsummaryMeeting" reuest which  return all the meetings.
Then to get the attendee list we need to call "LstMeetingAttendee"for every meeting.

if we have 5 meetings , to get the meetings with attendee information we have to call 6 times.
first get the list of meetings by using "LstsummaryMeeting" request after that
we have to make  "LstMeetingAttendee" to get the list of attendees for each  meeting. we have 5 meetings so we have to call "LstMeetingAttendee" five times.

Is any other API is avilable which will give meeting list along with attendee list in a single request.

Thanks in advance.


Raheem</summary>
    <dc:creator>Raheem Shaik</dc:creator>
    <dc:date>2010-08-27T12:46:09Z</dc:date>
  </entry>
</feed>

