Versions Compared

Key

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

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Type

Format

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 0

  • Max: 1

  • Mapper Snap

  • Update Event

Need Calendar name and Time Interval.

Output

Document


  • Min: 01

  • Max: 1

  • Mapper Snap

  • Delete Event

List out the events in your calendar within a specific time frame.

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.

...

We create an event in the calendar with all the required inputs. Let us provide input in the Snap Settings and look at the output.

Create Event Snap

Output

Image RemovedImage Added

Upon execution, we see an output confirming creation of an event with the given input.

...

Upon execution, we see an output with the update reflecting.

We retrieve the list of events from the calendar associated with an individual's mailbox. Let us provide input in the Snap Settings and look at the output.

List Events

Output

Upon execution, we see list of events and details related to the events shown in the output.

...

We then add the Delete Event Snap and configure it to delete the specified event as shown below:

Delete Snap

Output

Upon execution, we see an output with the update reflecting saying the event with a specific ID is deleted.

Download this Pipeline. 

Downloads

Important Steps to Successfully Reuse Pipelines

  1. Download and import the Pipeline into SnapLogic.

  2. Configure Snap accounts as applicable.

  3. Provide Pipeline parameters as applicable.

...