Eva
Guest
|
Posted:
Wed Nov 30, 2005 1:58 am Post subject:
how can I retrieve urn:schemas:calendar:uid from a deleted A |
|
|
Hi,
I'm using event sinks to capture synchronous OnSave and OnDelete events.
With OnSave, I can use the ItemURI to query an AppointmentItem and get its
urn:schemas:calendar:uid value. However, with OnDelete, the item is already
gone and I can no longer query it. Is there any other way I can get this
field?
Thanks in advance,
Eva
|
|
Glen Scales [MVP]
Guest
|
Posted:
Wed Nov 30, 2005 9:58 am Post subject:
Re: how can I retrieve urn:schemas:calendar:uid from a delet |
|
|
You might want to look at using OnSyncDelete then you'll get a chance to
access the record before it gets deleted. If the items was soft deleted you
could probably do a softdeleted traversal using WebDAV (i've never found
this to work over Exoledb) but that might be a bit of stretch.
Cheers
Glen
"Eva" <eplatten@us.ibm.com> wrote in message
news:u7A5eDU9FHA.3544@TK2MSFTNGP09.phx.gbl...
| Quote: | Hi,
I'm using event sinks to capture synchronous OnSave and OnDelete events.
With OnSave, I can use the ItemURI to query an AppointmentItem and get its
urn:schemas:calendar:uid value. However, with OnDelete, the item is
already
gone and I can no longer query it. Is there any other way I can get this
field?
Thanks in advance,
Eva
|
|
|