Eric,
Thanks for replying. It seems to me that the way that the OOM ignores
private appointments for other calendars is flawed. Certainly you don't need
to see the intimate details of the private appointment but on the other hand,
you certainly do want to know that the appointment exists because it could
reduce the available times to meet with that person. In Outlook 2003's
calendar view you can see a placeholder for a private appointment in another
person's calendar but you can't see the details. The Find method should work
the same way. Right now, it appears to be too limited.
What is even more interesting is that Redemption now has a
GetActivitiesForTimeRange method that is similar to OOM Find except that it
ignores the fact that appointments are private and retrieves all attributes
anyway. While this may sound off alarm bells, at least you can limit what
attributes are displayed by your code.
Tad