Outlook: Problems with recurring Appointmentitems

Hi,

I wrote a dll for outlook that writes AppointmentItems to SQL-Server.

My problem is this:

Someone made a recurring appointmentitem, everything was correctly stored in the database

Now he wants to delete ONE element of the series. This element (but not all elements) must be identified for the deletion of the record in the SQL-Server database. How to do that?

Can anybody help? Would be nice if you post some code :-)

Patzer
[482 byte] By [Patzer] at [2007-11-17 16:19:51]
# 1 Re: Outlook: Problems with recurring Appointmentitems
Do you have a primary key setup in the dbase? if not that could help. It would give every record it's own specific unique identifier Other than that i am not of much help because i'm just starting to learn dbases myself

btw was "unsers" a type-o in your sig?
:)
booogt at 2007-11-10 0:24:39 >
# 2 Re: Outlook: Problems with recurring Appointmentitems
Sure there is a primary key, but that does not help, as I do not write it to the outlook items (not necessary because outlook items have their own unique identifier, the entryID. The point is that for a recurring appointmentitem the SAME entryid is used. so that several instances of that Item have the same entryID.

Patzer
Patzer at 2007-11-10 0:25:39 >