Phantom Appointments in test Calendar

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
 
K

Ken Slovak - [MVP - Outlook]

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?
 
H

Hugo Hiasl

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top