RSVP
Responds to an event.
Last updated
Responds to an event.
Last updated
This activity responds to a user-specified event using the Microsoft Graph , , and APIs. This activity allows the user to send a mail to the organizer that contains the user's response (Response Type) as well as a comment
Connection Id: Required
Specifies the office 365 connection id.
Account: 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: Required
Specifies the event as to which the response is to be sent. We can also specify the output variable of either the activity or the 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].
Response: Specifies the event response type. The available options are: Accept, TentativelyAccept and Decline. By default, the value is Accept.
Comment: Specifies the note that is to be sent along with the response.
Email Organizer: If set to true], an email with your response and comment (if given) is sent to the event organizer.