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

Closed
opened 2026-03-02 13:43:00 +03:00 by kerem · 4 comments
Owner

Originally created by @sctcraig on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2548

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.

Originally created by @sctcraig on GitHub (Jun 12, 2024). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2548 ### 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.
Author
Owner

@github-actions[bot] commented on GitHub (Jun 22, 2024):

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.

<!-- gh-comment-id:2183693092 --> @github-actions[bot] commented on GitHub (Jun 22, 2024): 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.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 6, 2024):

This issue was closed because it has been stalled for 14 days with no activity.

<!-- gh-comment-id:2211578045 --> @github-actions[bot] commented on GitHub (Jul 6, 2024): This issue was closed because it has been stalled for 14 days with no activity.
Author
Owner

@chase-vgo commented on GitHub (Jul 6, 2024):

I just submitted a PR that adds this feature 🙂

<!-- gh-comment-id:2211985475 --> @chase-vgo commented on GitHub (Jul 6, 2024): I just submitted a PR that adds this feature 🙂
Author
Owner

@sctcraig commented on GitHub (Jul 8, 2024):

I just submitted a PR that adds this feature 🙂

Awesome! Many thanks!

<!-- gh-comment-id:2213984882 --> @sctcraig commented on GitHub (Jul 8, 2024): > I just submitted a PR that adds this feature 🙂 Awesome! Many thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#1289
No description provided.