Exchange Create [Deprecated]
The Microsoft Exchange Snap Pack is deprecated. We recommend you use the Exchange Online Snap Pack for your existing pipelines containing the Microsoft Exchange Snaps. Contact support@snaplogic.com if your existing pipelines use Snaps from the deprecated Snap Pack.
On this Page
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: | Works in Ultra Task Pipelines. | |
Account: | This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Configuring Microsoft Exchange Accounts 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 | |
Snap Pack History
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.