Add Attachment
Adds an attachment to an event.
This activity adds an attachment to a user-specified event using the Microsoft Graph Add attachment API.
Input
Connection Id:
GraphServiceClient Variable
Required
Specifies the office 365 connection id.Account:
String Argument
Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.Event:
Object Argument
Required
Specifies the event as Event that needs to be updated. We can also specify the output variable of either the Create Event activity or Search Events activity (which is an Event or Event[ ]) directly as input in this property. If we are using the Events property of Search Events activity then we can directly specify the element in the array. For example : Events[1].File Location:
FilePathEditorData Argument
Required
Specifies the full path of the file that is to be attached to the user-specified event.
Last updated