Microsoft Exchange Appointment Delete
Overview
This handler deletes an individual appointment, recurring appointment, or occurrence of a recurring appointment from Microsoft Exchange.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
exchange_appointment_delete_v1.zip
This handler requires that you are running at least Kinetic Task 2.0.
Detailed Description
This handler uses the Exchange Web Services (EWS) to delete an existing individual or recurring appointments in Exchange using the Viewpoint Ruby Gem. To delete an individual appointment, provide the ID of the appointment. To delete all recurring events, provide the master recurring appointment ID. To delete an individual occurrence of a recurring appointment, provide the occurrence's ID (use the Exchange Appointment Find Occurrence handler to retrieve this ID).
Parameters
Name | Description |
---|---|
Appointment ID | ID of the appointment to be deleted. |
Sample Configuration
Parameter | Example Configuration |
Client Meeting |
Results
This handler does not provide any output.
Change Log
Version | Date | Description |
---|---|---|
1 | 2016-07-26 | Initial Version |