Home > Meeting, Web Services > Scheduled Meeting List Example

Scheduled Meeting List Example

You can list your scheduled meetings using ConnectPro’s web services.   The API call that you should make is ‘report-my-meetings’ and will return a list of all meetings that you have permissions for, whether you are a Host, Presenter or a Participant.

Here is an example:

https://admin.na3.acrobat.com/api/xml?action=report-my-meetings

The XML results returned are:

<results>
<status code=”ok”/>
<my-meetings>
<meeting sco-id=”931753428″ type=”meeting” icon=”meeting” permission-id=”host” active-participants=”0″>
<name>Introduction to ConnectPro Web Services</name>
<domain-name>connectbyexample.com</domain-name>
<url-path>/r97246041/</url-path>
<date-begin>2009-10-22T09:45:00.000-07:00</date-begin>
<date-end>2009-10-22T10:45:00.000-07:00</date-end>
<expired>false</expired>
<duration>01:00:00.000</duration>
</meeting>
<meeting sco-id=”931753562″ type=”meeting” icon=”meeting” permission-id=”host” active-participants=”0″>
<name>Custom Applications with Flex and ConnectPro</name>
<domain-name>connectbyexample.com</domain-name>
<url-path>/r49461263/</url-path>
<date-begin>2009-10-22T09:45:00.000-07:00</date-begin>
<date-end>2009-10-22T10:45:00.000-07:00</date-end>
<expired>false</expired>
<duration>01:00:00.000</duration>
</meeting>
<meeting sco-id=”931753671″ type=”meeting” icon=”meeting” permission-id=”mini-host” active-participants=”0″>
<name>Creating Events with ConnectPro</name>
<domain-name>connectbyexample.com</domain-name>
<url-path>/r78434160/</url-path>
<date-begin>2009-10-22T10:00:00.000-07:00</date-begin>
<date-end>2009-10-22T11:00:00.000-07:00</date-end>
<expired>false</expired>
<duration>01:00:00.000</duration>
</meeting>
<meeting sco-id=”931753909″ type=”meeting” icon=”meeting” permission-id=”view” active-participants=”0″>
<name>Creating Curriculum and Courses with ConnectPro</name>
<domain-name>connectbyexample.com</domain-name>
<url-path>/r92975614/</url-path>
<date-begin>2009-10-22T10:00:00.000-07:00</date-begin>
<date-end>2009-10-22T11:00:00.000-07:00</date-end>
<expired>false</expired>
<duration>01:00:00.000</duration>
</meeting>
</my-meetings>
</results>

As you can see, the list includes meetings that you have some type of permissions for.   The permissions “view” actually corresponds to “participant”, while “mini-host” corresponds to “presenter”.

Categories: Meeting, Web Services Tags:
  1. No comments yet.
  1. No trackbacks yet.