Info |
---|
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
Table of Contents |
---|
maxLevel | 2 |
---|
exclude | Older Versions|Additional Resources|Related Links|Related Information |
---|
|
...
|
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. Expected upstream Snaps: A document is expected as an input into the Exchange Snap. The upstream Snap can be either a JSON generator Snap or file Snap that reads in the document information to create the appointment. Expected downstream Snaps: A document is the expected output of the Exchange Snap with an ID for the meeting invite that was created. The downstream Snap can be any Snap that consumes a document for example a file Snap or database Snap. Expected input: The following JSON is a sample of the input.
|
---|
Note |
---|
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: Code Block |
---|
{
"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" } |
Code Block |
---|
[
{
"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=" } }
] |
|
Ultra Ultra pipelines: May work in Spark mode (Deprecated): Not supported in Spark - Deprecated mode.
AccountAccounts for information on setting up this type of account. |
|
Views: |
Input | This Snap has exactly one document input view. Each document contains an Exchange appointment to create. Multiple attendees can be included in the appointment invite and if no attendees are specified, then the appointment will be created on the calendar for the user specified in the Account. The way to determine the input fields is to create a pipeline with the Create component and save the pipeline. Based on the suggest functionality, the Create Snap will populate with the correct input view field name. |
---|
Output | This Snap has exactly one document output view. Each document contains Map data, which includes the ID of the object created. |
---|
Error | This Snap has at most one document error view and might produce documents in the view if the input data causes an error in Microsoft Exchange. |
---|
|
---|
| 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 |
Appointment |
Multiexcerpt include macro |
---|
name | Snap Execution |
---|
page | SOAP Execute |
---|
|
| Multiexcerpt include macro |
---|
name | Execution_Detail_Write |
---|
page | SOAP Execute |
---|
|
|
---|
Snap Pack History
Insert excerpt |
---|
| Microsoft Exchange Snap Pack [Deprecated] |
---|
| Microsoft Exchange Snap Pack [Deprecated] |
---|
nopanel | true |
---|
|