Hello Everyone:
I need to trace the code when a calendar entry gets deleted. Is there anyone where is this code? Is it in a script library, in the database script or some where else?
Thanks
Hello Everyone:
I need to trace the code when a calendar entry gets deleted. Is there anyone where is this code? Is it in a script library, in the database script or some where else?
Thanks
Subject: Track when a calendar entry get deleted
Have you looked at the QueryDocumentDelete event of the database script?
There’s also an override delete event in the declarations section of the CSEventClass script library.