Phantom Appointments in test Calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

I'm testing my VB app which adds, updates and deletes AppointmentItems in Outlook 2000. I've noticed that on days where there are no appointments *visible* in the Calendar:

- the "date selector" panel, top right of the Calendar Explorer shows the date in bold as if it has appointments

- when I set up an appointment in the OL Inspector it can warn "Conflicts with Another Appointment on your Calendar"

I have tried finding all appointments on the dates in question using Items.Find but this returns no results! Anyone have any idea what might be happening?

thanks for any help

andy
 
Possibly recurring items? Do you have Items.IncludeRecurrences set for
the Items collection before you use a Find or Restrict?




AndyK said:
hi

I'm testing my VB app which adds, updates and deletes
AppointmentItems in Outlook 2000. I've noticed that on days where
there are no appointments *visible* in the Calendar:
- the "date selector" panel, top right of the Calendar Explorer
shows the date in bold as if it has appointments
- when I set up an appointment in the OL Inspector it can warn
"Conflicts with Another Appointment on your Calendar"
I have tried finding all appointments on the dates in question using
Items.Find but this returns no results! Anyone have any idea what
might be happening?
 
Hi,

I have to do nearly the same. But I never did something with cdo before.
Would it be possible, that you send me the part of your app, in which
you access the outlook calendar items? I think this would be extremly
helpful for me to get into this stuff.

my email is: (e-mail address removed)

thanks a lot in advance
 
Back
Top