T
Tom Trulley
Is there a bug with recurring appointments?
I have an Appointment that is a recurring appointment. For example the
appointment begins on 01-27-2004 and occurs every day. When I filter
my appointments for example to 01-30-2004 and do the following:
MsgBox AppointmentItem.End --> Shows 01-30-2004
tmp = AppointmentItem.EntryID
MsgBox AppointmentItem.End --> Shows 01-27-2004
Why did the end date change?
I have an Appointment that is a recurring appointment. For example the
appointment begins on 01-27-2004 and occurs every day. When I filter
my appointments for example to 01-30-2004 and do the following:
MsgBox AppointmentItem.End --> Shows 01-30-2004
tmp = AppointmentItem.EntryID
MsgBox AppointmentItem.End --> Shows 01-27-2004
Why did the end date change?