Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Support for Ultra Pipelines

Works in in Ultra Pipelines. However, we recommend that you not use this Snap in an Ultra Pipeline. To know the list of Snaps that work in Ultra and the related caveats, see Snap Support for Ultra Pipelines. 

Limitations

Probability of Snap failing with short polling interval is high.

  • Best practice is to add retry configured in snap settings.

  • Value less than 5 is error prone.

 For more info see outlook-service-limit.

Known Issues

None.

Snap Views

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document


  • Min: 0

  • Max: 1

  • Mapper Snap

Requires the Calendar Name and the Polling Interval to monitor new events.

Output

Document


  • Min: 01

  • Max: 1

  • Union Snap

Record of new or updated event invitations.

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current Pipeline execution when the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

...

Monitor for new events in calendar

We use an example to monitor events in the calendar, where we have a Event Listener Snap which is configured to monitor the new events invitation in the calendar.

...

Let us configure the Snap setting in the Event Listener Snap and check how it runs and monitors the mailbox.

Event Listener Snap

We see the progress on validating the Snap as follows:

Output

Download this Pipeline. 

...