I have an asp.net application which creates an appointment in users calendar after they click a link button on a gridview. the appointments are created using a specific email (xyz@test.com) using EWS.
What i want to do now is that when a users cancels the appointment it must connect to my application or the database and call an update method.
where do i begin with this