Back to Microsoft Exchange Integrations
Handler · Version 1

Exchange Appointment Delete Microsoft Exchange

Download GitHub

About

This handler uses the Exchange Web Services (accessed through the Viewpoint ruby gem) to delete an existing appointment. After configuring the API to connect to the server the appointment corresponding to the inputted id is retrieved. If it is successfully found, the appointment will deleted and exchange will send messages to any of the attendees that were attached to the item. Any errors encountered will be caught and re-raised by the handler.

Configurations
Name Description Sample
username The username for the Exchange account.
password The password for the Exchange account. *********
server_address The address for the Exchange server, including the 'https://'
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Appointment Id Id of the appointment to be deleted. AAMkADVjNDJhODA5LThjZjr7R...Y2rEhHPAAH5LzWtAAA=
Changelog

ExchangeAppointmentDelete_V1 (2015-03-03)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top