Do you mean you get an exception in the series?
That means you are modifying one of the instances of the appointment, not
the master appointment.
Check if the AppointmentItem.RecurrenceState property is olApptOccurrence (=
2) or olApptException (=3) and use Parent property, which will return the
master appointment.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Mk23" <(E-Mail Removed)> wrote in message
news:0D75332F-ED4E-4640-BACC-(E-Mail Removed)...
> This I tried naturally allready. But the problem of the splitted
> recurrence
> remain.