KelvinTegelaar / CIPP

CIPP is a M365 multitenant management solution
https://cyberdrain.com / https://cipp.app
GNU Affero General Public License v3.0
758 stars 4.42k forks source link

[Feature Request]: Offboarding Users - Remove Calendar Events Option #2548

Open sctcraig opened 3 weeks ago

sctcraig commented 3 weeks ago

Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.

We would like to see the ability to cancel a user's calendar events during the offboarding process. This can currently be achieved with PowerShell: https://learn.microsoft.com/en-us/powershell/module/exchange/remove-calendarevents?view=exchange-ps

This is helpful for canceling meetings an offboarded user is the organizer. Clients will often request this to prevent issues with future meetings being organized by an inactive user.

PowerShell commands you would normally use to achieve above request

Remove-CalendarEvents -QueryWindowInDays 730 -CancelOrganizedMeetings -Confirm:$false

It would be helpful have QueryWindowInDays take input so that can be dynamic.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.