I have shared my calendar and given permissions to others so they can add events. I want to be notified when someone adds an event. Not the event reminder but just to be told that someone has added an event. Any idea how I might accomplish this.
Hi,
We can track the changes on the calendar folder and automatically send emails using VBA.
As far as I know, Exchange 2010 introduces new mailbox audit logging functionality that can track actions taken on mailbox items. See:
http://technet.microsoft.com/en-us/library/ff459257.aspx
Also check the following article that introduced the VBA code to automatically send emails:
http://www.slipstick.com/developer/code-samples/send-email-address-vba/
Please note: The VBA code in the article doesnt include the function of tracking changes in calendar.
We can also refer to this thread which has a similar issue:
Regards.
Steve Fan
TechNet Community Support