Cannot Share your own calendar Office 365
If you encounter that you do not have permission to share your own Calendar.
When I done this for Neuromod Medical
It turned out that the user had shared her own calendar to herself with view only permissions on
a local Outlook on their PC and then giving them the error message that you do not have permission
to share this calendar.
To fix this is very simple, Check the shared calendars section in Outlook (Local Outlook)
if you see the users calendar in their as well as my calendar (Best off making a copy of the calendar first just incase)
Then remove the one under shared calendars
You should then be able to share it out with what ever user needed either on local Outlook or the Online version
Ryan G
Related Articles
Multiple Licenses in Office
1. Remove Office 365 license for Subscription based installs (not Shared Computer Licensing scenarios): To remove the Office 365 license, you must run two cscript command lines. The command lines are: A. Run C:\program files ...
Office 2013 Unlicensed Product Error
1. Close all Office programs, and Open a Command Prompt as Administrator 2. Navigate to the Office Installation folder %ProgramFiles%\Microsoft Office\Office15\ 3. type: fscript ospp.vbs /act 4. Should give result <product activation successful>
SBS 2011 error 550 5.7.1 External client with IP address 89.204.216.202 does not have permissions to submit to this server.
https://docs.microsoft.com/en-us/previous-versions/office/exchange-server-2007/bb851513(v=exchg.80)
Exchange Online Powershell Add / Remove delegated mailbox
Connect to Exchange Online PowerShell https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/connect-to-exchange-online-powershell?view=exchange-ps Set-ExecutionPolicy RemoteSigned $UserCredential = ...
View \ Delete Rules in Outlook
$UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession ...