Back to Microsoft Exchange Integrations
Handler · Version 1

Exchange Appointment Find Occurrence Microsoft Exchange

Download GitHub

About

This handler uses the Exchange Web Services Java API to return all Exchange appointments within a given time range. After configuring the API to connect to the server and getting the correct time frame, an API call is made which returns an Array of appointment objects. This Array is then iterated over to make a JSON table with all of the relevant appointment data. Each appointment has a hash that contains the subject, location, start and end time, as well as the organizer and both the required and optional attendees. 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 (UTC) The start of the new appointment in UTC with the format 'YYYY-MM-DDTHH:mm:ss'.
End (UTC) The end of the new appointment in UTC with the format 'YYYY-MM-DDTHH:mm:ss'.
Recurring Master ID The recurring master ID value for the appointment, returned then the recurring event appointment was created.
Results
Name Description
JSON
occurrence_id
Changelog

ExchangeAppointmentsRetrieve_V1 (2012-08-15)

  • 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