Pia: Change Calendar Permissions
Overviewβ
This package allows the Chat User to change calendar permissions for an end user.
Platformsβ
The package supports the following platforms
- Cloud Hybrid
- Cloud Only
Requirementsβ
The package has different requirements depending on which platforms are being supported.
Cloud Hybrid Orchestrator agents in a valid state on
- Exchange Server Server (if present in the environment)
Cloud Only
- Microsoft Graph API Authorization and Delegation
Setup & Configurationβ
Global Config
- Exchange Server (if present in the environment)
Microsoft Graph API
- Authorization and Delegation configured
Processβ
The steps that the package takes during process execution are:
tabset {.tabset}
Cloud Onlyβ
- Retrieve a list of mailboxes all mailboxes you may want to assign permissions. These details are retrieved from Exchange Online.
- Present a form for the user to select the target for the change operation.
- Retrieve the current permissions from the selected mailbox for the user.
- Gather existing permissions for populating selection form.
- Checks for existing permissions.
- Apply the permission changes to the selected mailbox.
Cloud Hybridβ
- Retrieve a list of mailboxes all mailboxes you may want to assign permissions. These details are retrieved from Exchange On-Premise or Exchange Online.
- Build form from collected data.
- Present a form for the user to select the target for the change operation.
- Retrieve the current permissions from the selected mailbox for the user.
- Gather existing permissions for populating selection form.
- Checks for existing permissions.
- Apply the permission changes to the selected mailbox.