Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Support for Ultra Pipelines

Works in Ultra Pipelines

Limitations

None.

Known Issues

...


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.
Create EventCreate Event
User/Shared MailBoxString/ExpressionEnter the mailbox/account in which you want to create the event. If not provided, then the mailbox associated with the account is used.N/Ajohn.doe@microsoft.com
Calendar NameString/ExpressionEnter the name of the calendar.N/AOffice
TitleString/ExpressionSpecify a title for the event that you are creating.N/ATeam Meet
AttendeesString/ExpressionSpecify attendees to send an invite for the event.N/Asteve.smith@microsoft.com
Start TimeString/Expression

Required. Enter the start time of the event.

You can also specify the time zone by using 2020-09-29T04:18:00.000+0530 and if UTC time zone the using 2020-09-29T04:18:00.000+0000.

N/A2020-09-29T04:18:00.000
End TimeString/Expression

Required. Enter the end time of the event.

You can give in specific time zone using 2020-09-29T04:18:00.000+0530 and if UTC time zone the using 2020-09-29T04:18:00.000+0000.

N/A2020-09-30T03:19:00.000
Repeat IntervalDrop-down List

Specify the frequency of the event. The options as are as follows:

  • NONE
  • DAILY
  • WEEKLY
  • MONTHLY
  • YEARLY
NONEWEEKLY
LocationString/ExpressionEnter the location of the event.N/ATuxedo Meeting Room
Event DescriptionString/ExpressionEnter a detailed description briefing about the event.N/AEvent to create awareness of the Art of Story Telling.
Number Of RetriesIntegerSpecify 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.04
Retry Intervals (seconds)NumericSpecifies the time interval between retry requests. A retry happens only when the previous attempt results in an exception.121
Snap ExecutionDrop-down List

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


Troubleshooting


Error
Reason
Resolution
Start Time Field is MissingThe Start Time is blank.Ensure that you provide event start time.
End Time Field is MissingThe End Time field does not have value.Ensure that you provide event end time.


Examples

Event Management

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

...


Create Event Snap
Output

Upon execution, the displayed output confirms the creation of an event with the given input.

We use the Mapper Snap to map the newly created event’s details with the details of another event to update.


Mapper Snap 

Next, we configure the Update Event Snap to use the inputs from the Mapper Snap.


Update Event
Output

Upon execution, the output reflects the updates.

We retrieve the list of events from the calendar associated with an individual's mailbox. 


List Events
Output

Upon execution, the output displays the list of events and details related to the events.

We use the Mapper Snap to map the event’s ID received from the List Events Snap with the Existing Event ID field’s value in the Delete Event Snap.


Mapper Snap

We then add the Delete Event Snap and configure it to delete the specified event.


Delete Snap
Output

Upon execution, the output shows that the event with the specified ID is deleted.


Download this Pipeline. 

Downloads

...