Delete Event
UiPath.MicrosoftOffice365.Activities.Calendar.DeleteEvent
Description
Uses the Microsoft Graph DeleteEvent API to delete a specified event (Event).
Scopes
This activity requires the following scopes:
- Calendars.ReadWrite
OR
- Calendars.ReadWrite.Shared
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- DisplayName - The display name of the activity. This property supports
Stringvariables and string formatted values.
Input
-
Account - (Optional) The email address with which to interact. This may include any shared mailbox to which the current user has access rights. If left blank, the current user's account is assumed. This property supports
Stringvariables and string formatted values.noteAccount field is mandatory for ApplicationIdAndSecret and ApplicationIdAndCertificate authentication types.
-
Event - The event to delete. This field supports only
Eventvariables. Enter the output property variable from the Search Events activity (Events) and specify the item in the array that you want to use (e.g., myEvents(0)).
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
How it works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the steps.
- Add the Microsoft Office 365 Scope activity to your project.
- Add an activity or run an external process that outputs a
Eventobject (e.g., Search Events). - Add the Delete Event activity inside the Microsoft Office 365 Scope activity.
- Enter values for the Input properties.
- Run the activity.
- Your input property values are sent to the DeleteEvent API.
