mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #2963] Editing calendar permissions fails if user added to calendar has a personal Microsoft account #1473
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#1473
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 @kris6673 on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2963
Originally assigned to: @kris6673 on GitHub.
Description
This happens cause for some reason, the personal account take precedence over the internal user in the tenant. Very odd why this happens.
Changing to use ExternalDirectoryObjectId instead, will make EXO understand that we mean the internal user in the tenant, and not the external personal MS account.
Environment data
@github-actions[bot] commented on GitHub (Oct 30, 2024):
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug."
Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
@kris6673 commented on GitHub (Oct 30, 2024):
I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.
@kris6673 commented on GitHub (Oct 30, 2024):
I would like to work on this please!
@github-actions[bot] commented on GitHub (Oct 30, 2024):
Great! I assigned you (@kris6673) to the issue. Have fun working on it!
@kris6673 commented on GitHub (Oct 30, 2024):
Gonna fix this after the frontend rewrite, since it requires a change in the frontend
@kris6673 commented on GitHub (Oct 30, 2024):
Very close, but you need to add ExternalDirectoryObjectId to the returned parameters in Modules\CIPPCore\Public\Entrypoints\Invoke-ListMailboxes.ps1 too, otherwise ExternalDirectoryObjectId will be missing from the table in the frontend
@github-actions[bot] commented on GitHub (Nov 9, 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.