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?