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

I am trying to delete a meeting instance from a meeting workspace using the object model (not webservices).

I have tried using SPMeeting.Cancel(...) but that only disassociates the meeting from the calendar, and leaves the meeting in the meeting workspace with a red exclamation mark next to the date.

I need to delete out everything in all the lists of the meeting workspace associated with the meeting.

Is there an easy way to do this, or do I need to go through all the lists and libraries on the site and delete anything with the corresponding InstanceID?

share|improve this question

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.