You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ExecEditCalendarPermissions.ps1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,13 @@ function Invoke-ExecEditCalendarPermissions {
if ($PSCmdlet.ShouldProcess("$UserID\$folderName","Remove permissions for $LoggingName")) {
@@ -42,6 +47,9 @@ function Set-CIPPCalendarPermission {
42
47
}
43
48
Write-LogMessage-headers $Headers-API $APIName-tenant $TenantFilter-message "Successfully set Calendar permissions $Permissions for $LoggingName on $UserID."-sev Info
44
49
$Result="Successfully set permissions on folder $($CalParam.Identity). The user $LoggingName now has $Permissions permissions on this folder."
0 commit comments