Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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.

share|improve this question
It does seem that the ows_InstanceID is 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.