Exchange Appointment Search Version 1

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.

Parameters

Name Description
Start Date The date to start the search with the format 'YYYY-MM-DD'.
End Date The date to end the search with the format 'YYYY-MM-DD'.
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.

Sample Configuration

Name Description
Start Date 2016-03-09
End Date 2016-03-15
Subject

Results

Name Description
Appointments JSON
appointments_json

Changelog

ExchangeAppointmentSearch_V1 (2016-03-03)

  • Initial version. See README for details.


Related Handlers

Exchange Appointment Create Recurring
This handler creates a new recurring Exchange Appointment
Exchange Appointment Create
This handler creates a new Exchange Appointment
Exchange Appointment Delete
This handler deletes an Exchange Appointment
Exchange Appointment Find Occurrence
This handler finds an occurrence id of a recurring event when provided a date range specific to the occurrence and the master recurring event ID
Exchange Appointment Update Recurring
This handler updates a recurring Exchange Appointment
Exchange Appointment Update
This handler updates an existing Exchange Appointment

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle