Snap type: | Write
| |||||||
---|---|---|---|---|---|---|---|---|
Description: | This Snap provides the functionality to create appointments in Microsoft Exchange via the Microsoft Exchange web services. The Snap requires an input Exchange appointment record specific to the appointment to create and sends the request to Microsoft Exchange. If the result is successful the ID is returned. However, if there is an error in performing the create, then the error view will contain the error message.
The date/time fields must be in the format below and the values are in UTC. Additionally, the meeting start date must occur before the meeting end date or no meeting will be created. There are many additional fields that can be specified and the fields below are the minimum required fields to create an appointment: { "requiredAttendees": "test@test.com", "subject": "test meeting", "body": "test meeting body", "start": "2014-1-18 11:00:00", "end": "2014-1-18 12:00:00", "location": "office" }
[ { "requiredAttendees":"test@test.com", "subject":"test meeting", "body":"test meeting body", "start":"2014-1-18 11:00:00", "end":"2014-1-18 12:00:00", "location":"office", "Id":{ "changeKey":"DwAAABYAAADsJ95dokZBSI4/bT7TSzJiAAAJPIVs", "uniqueId":"AAMkAGM4Y2Q2YmJlLWEyODktNDAxOS1hYzFiLTY0YjExYTg2ZmYxYQBGAAAAAADI1CKlDYCwTbXn+BLjIBxNBwDsJ95dokZBSI4/bT7TSzJiAAAAAAEOAADsJ95dokZBSI4/bT7TSzJiAAAJPB00AAA=" } } ]
| |||||||
Prerequisites: | [None]
| |||||||
Support and limitations: |
| |||||||
Account: | This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Microsoft Exchange Account for information on setting up this type of account.
| |||||||
Views: |
| |||||||
Settings | ||||||||
Label
| Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline. | |||||||
Object type
| Required. An object type that will be created in Exchange. Example: Appointment Default value: Appointment | |||||||
Execute during preview | This property enables you to execute the Snap during the Save operation so that the output view can produce the preview data. Default value: Not selected
|