mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #2548] [Feature Request]: Offboarding Users - Remove Calendar Events Option #1289
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@github-actions[bot] commented on GitHub (Jul 6, 2024):
This issue was closed because it has been stalled for 14 days with no activity.
@chase-vgo commented on GitHub (Jul 6, 2024):
I just submitted a PR that adds this feature 🙂
@sctcraig commented on GitHub (Jul 8, 2024):
Awesome! Many thanks!