hi Everyone,
I want to Delete SharePoint calendar event with the help of power automate, plz help me.
Solved! Go to Solution.
Hi @saleEnv ,
Could you please tell me if you need to delete an event, or all of them?
I've made a test for your reference:
If you want to delete all events.
Calendars are also SharePoint lists, so you can use [Delete item] to delete calendar events.
Step1: create a flow
Step2:Add flow in Power Apps
Step3: Add a button
If you want to delete an event that you want to delete
You need to delete it through a property in this calendar list, for example: Title
Here is Calender list
Add[PowerApps(V2)]
Add a TextInput to input what you want to delete
Best Regards
Cheng Feng
Hi @saleEnv ,
Could you please tell me if you need to delete an event, or all of them?
I've made a test for your reference:
If you want to delete all events.
Calendars are also SharePoint lists, so you can use [Delete item] to delete calendar events.
Step1: create a flow
Step2:Add flow in Power Apps
Step3: Add a button
If you want to delete an event that you want to delete
You need to delete it through a property in this calendar list, for example: Title
Here is Calender list
Add[PowerApps(V2)]
Add a TextInput to input what you want to delete
Best Regards
Cheng Feng
this should work