Last updated on
May 15, 2021
Availability
Adobe Connect 9.3
Description
Use this API to get a list of Events that are in the My Events and are in the Shared Events folders. Only those Events are listed which the logged in user has permissions to view. The API fetches the Events recursively from the subfolders present in My events and Shared events folders.
Sample request
www.example.com/api/xml?action=get-my-and-shared-events
Sample response
<results> <status code="ok"/> <my-events> <event sco-id="1045318399" type="event"> <name>Email Demo</name> <domain-name>www.example.com</domain-name> <url-path>/e8jd2bma5f2/</url-path> <date-begin>2013-12-18T22:30:00.000-08:00</date-begin> <date-end>2013-12-18T23:00:00.000-08:00</date-end> </event> </my-events> <shared-events> <event sco-id="1040611483" type="event"> <name>Adobe Connect API demo</name> <domain-name>www.example.com</domain-name> <url-path>/acapidemo/</url-path> <date-begin>2012-06-01T08:30:00.000-07:00</date-begin> <date-end>2012-06-02T13:00:00.000-07:00</date-end> </event> </shared-events> </results>