I need to use the SharePoint list/meeting web services to get a list of meetings and their associated data (such as attendees, objectives, documents, etc.).
I can get the list of meetings using the List web service via the "Meeting Series" list name. Which works fine, but it only retrieves the meeting XML elements, I don't know how to get the other items associated with this meeting.
Any help here is greatly appreciated.
Mark
EDIT1
So far I have found that the ows_InstaceID is the reference ID for list items such as tasks, objectives, etc... for a meeting.
However, I STILL do not know how to get reference data (such as attendees) in order to filter meetings and avoid 5+ calls to the List web service.
ows_InstanceIDis the field under each of the associated data items (agenda, objectives, etc...) that links to the parent meeting, but still investigating. Also it doesnt seem to work that way for documents in the Document Libraries. – Macca Oct 16 '12 at 3:50