Back to Microsoft Exchange Integrations
Handler · Version 1

Exchange Appointment Search Microsoft Exchange

Download GitHub

About

This handler uses the Exchange Web Services (accessed through the Viewpoint ruby gem) to search for existing appointments. After configuring the API to connect to the server the api starts by searching for all events between the Start and End date. If a Subject was also passed as a parameter, the results of the first search will be iterated through to see if the inputted subject is contained in any of the returned items subject line. All of the items that match both conditions are then finally returned in JSON format. 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
Start Date The date to start the search with the format 'YYYY-MM-DD'. 2016-03-09
End Date The date to end the search with the format 'YYYY-MM-DD'. 2016-03-15
Subject A string to search the contents of the subject. Doesn't need to be an exact match, just checks if it contained in the subject.
Results
Name Description
Appointments JSON
appointments_json
Changelog

ExchangeAppointmentSearch_V1 (2016-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