Versions Compared

Key

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


In this article

...

Support for Ultra Pipelines

Works in Ultra Pipelines

Limitations

None.

Known Issues

...

Snap Settings


Parameter Name
Data Type
Description
Default Value
Example 
LabelString
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.
Delete MeetingDelete Meeting
User/Shared MailBoxStringEnter the mailbox from which you want to delete the event. If not provided, then the mailbox specified in the account settings is used.N/Amark.twain@gmail.com
Calendar NameStringEnter the name of the calendar.N/AMeeting
Existing Event IDStringRequired. Enter the event ID of the event which you want to delete.N/A23weeeiiuexcdsf
Number Of RetriesNumericSpecify the maximum number of attempts to be made to receive a response. The request is terminated if the attempts do not result in a response.02
Retry Interval (seconds)NumericSpecifies the time interval between two successive retry requests. A retry happens only when the previous attempt resulted in an exception.111
Snap ExecutionDrop-down

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps downstream from it.

Execute onlyDisabled


Examples

Event Management

We are using an example of event management, where we have chain of event Snaps in this Pipeline, designated to perform specific tasks pertaining to their functionalities.

In this example, our Pipeline activities are as follows:

  1. To create an event with required input using Create Event Snap.
  2. To map the Expressions and Target Path using Mapper Snap.
  3. To update an event using Update Event Snap.
  4. To list the events in the calendar using List Events Snap.
  5. To map the Expressions and Target Path using Mapper Snap.
  6. To delete an existing event from the calendar using Delete Event Snap.

Image Modified

Here, let us look into the role of 

...

Delete Event Snap in this Pipeline.

We are going to retrieve the list of events from the calendar associated to an individual's mailbox. Lets provide input in the Snap Settings and look at the output.

...

List Events

...

Output

...

Image Removed

...

Image Removed

...

Firstly, we will set up an upstream Snap which is the Mapper Snap where we are going to map the Expressions to the Target Path.

Mapper Snap

Image Added

As we have mentioned above, Expression and Target Paths have mapped so that the field inputs flow directly from the upstream Snap.

Now we will provide inputs in Snap Setting page of Delete Event Snap. Lets look at the input and output.

Delete SnapOutput
Image Added

Image Added

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

Download this Pipeline. 

Downloads

...