I am trying to use the SPFindPeoplePicker control to maintain a meeting event. This event has a an Attendees field as well as a specific Presenter field.
We need to ensure that the user specified in the Presenter field is also in the Attendee field. The route I am taking it to use SPFindPeoplePicker however, if the Presenter name has not already been "checked", a call to the field initiates the checkNames action, but the return does not contain the the "checked" values.
Is there any functionality provided to either pass a callback to the checkNames upon resolution, or some type of synchronous call?