Using New Outlook on Windows for personal email, calendar, and contact management
Make it easier to use like it was in the past.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In the new Outlook, when adding a shared calendar and choosing "Add from Directory", it doesn't list shared secondary user calendars.
If I type in a persons name, it only shares their primary calendar with me.
How does one add a shared calendar to their outlook that is a secondary calendar of the user sharing it?
I don't remember it being this difficult.
The mailboxes are 365 E3 licenses within same tenant.
To Clarify:
There's no way to search for said calendar within Outlook to select it.
Using New Outlook on Windows for personal email, calendar, and contact management
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Make it easier to use like it was in the past.
Hello Tony Serrano,
Good day! Thank you for reaching out to the Outlook community with your question.
I understand the difficulty you're experiencing in trying to access a shared secondary calendar that a colleague has created within Outlook. It sounds frustrating, especially when you expect shared resources to be more accessible. Let me provide some clarity and guidance to help you with this issue.
To summarize your situation:
This issue has been noted by various users, particularly in environments using Microsoft 365 E3 licenses within the same tenant. The challenge appears to stem from how Outlook handles shared calendars, particularly secondary ones, which may not be easily accessible through the standard methods available in the new Outlook interface.
When using Outlook within Microsoft 365, you can share and view primary calendars easily. However, accessing secondary shared calendars, particularly those created by another user, can be less straightforward. Currently, within the "Add from Directory" option in Outlook, only primary calendars appear by default. Unfortunately, this limitation affects users trying to add secondary calendars, which do not show up in the global address list or directory.
To better understand and investigate your issue,may I get some more detailed information from your side:
**Note:**This is a known limitation where secondary shared calendars are not listed in the global address list by default, making them harder to access.
To overcome this, follow these steps:
Share the Secondary Calendar (UserA’s Actions)
Accept the Shared Calendar (UserB’s Actions)
Adding via Outlook on the Web (Alternative) If the shared calendar still doesn’t appear in the Outlook desktop app, try these steps in Outlook on the Web (OWA):
Ensure Proper Sharing Permissions:
Use Alternative Methods to Add the Calendar:
Additional Information
This workaround will help access the shared secondary calendar despite the limitations within Outlook's directory search. Microsoft is working on improving shared calendar access across all platforms, so watch for updates as more streamlined options may become available soon.
Microsoft Roadmap
The Outlook team is aware of the complexities involved in accessing secondary shared calendars and is working to streamline this experience. Updates and improvements are released periodically, so checking the Microsoft 365 roadmap may provide insight into any upcoming changes.Microsoft 365 Roadmap | Microsoft 365
We understand that accessing shared resources should be simple, and appreciate your patience as we work on these improvements.
Thank you again for reaching out to us! Please let us know if these steps resolve your issue or if further assistance is needed.
Please understand that our initial response may not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution.
Appreciate your patience and understanding and thank you for your time and cooperation. Have a great day!
Let me know how it goes! Thank you for being part of the Microsoft Community.
Sincerely,
Microsoft Community Moderator
Your description accurately describes the issue I am having.
I was attempting to find a method that didn't involve them having to receive the invitation via email.
Re: Adding via Outlook on the Web (Alternative)
-- The only options available is to choose my account, then choose the account of the calendar i'm looking for.
-- There is no area that displays calendars to choose from or which calendar will import by selecting a user.
-- When choosing a user, it doesn't display any calendars to select from. It just imports the primary calendar by default with 0 options for anything else.
Re: Instead of using "Add from Directory," try using the "Open Shared Calendar" option:
Hello Tony,
Thank you for providing these details. It’s clear you’re working within the limitations of the new Outlook interface, especially since secondary calendars don’t show up in the typical ways. Given your goals, I’ll go over some additional strategies and clarify what options are available. While the traditional “Open Shared Calendar” option isn’t accessible in the new Outlook, there may still be ways to make the calendar reappear without resending invites or altering permissions.
Key Points Recap:
Since OWA and New Outlook share a similar interface, let’s explore a few methods to make the calendar reappear and troubleshoot how permissions might be impacting this. Method 1: Re-Add via PowerShell (Admin Approach) If you have admin rights, PowerShell might allow you to “re-share” the calendar without sending new invites or making manual adjustments in Outlook. Here’s how you could do this:
Open PowerShell as an administrator on your machine.
Connect to Exchange Online by running the following commands:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential (Get-Credential) -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking
Use the Add-MailboxFolderPermission cmdlet to re-grant access to the secondary calendar without resending invitations:
Add-MailboxFolderPermission -Identity "******@domain.com:\Calendar Name" -User ******@domain.com -AccessRights Editor
"******@domain.com:\Calendar Name" with the exact email and name of the secondary calendar.AccessRights (e.g., “Editor,” “Reviewer”) as needed.Close PowerShell with:
Remove-PSSession $Session
This command should refresh UserB’s access without requiring new invites. The calendar should then appear under "Shared Calendars". Method 2: Reconnect Using Outlook Desktop App Cache Clearing Sometimes cached permissions cause issues in Outlook. Clearing the local cache could refresh the connection and make the secondary calendar visible.
Method 3: Re-Map Shared Calendars in OWA Using Calendar Links If the above methods don’t work, using a direct calendar link could re-map the shared calendar to each user’s Outlook. Here’s how:
Get a Direct Sharing Link from UserA’s OWA:
Add Calendar in UserB’s OWA Using Link:
Troubleshooting & Verification
Notes on “Open Shared Calendar” Option
In the New Outlook experience, Microsoft has removed the classic “Open Shared Calendar” option, replacing it with "Add from Directory." Currently, this limits calendar selection and defaults to primary calendars, as you mentioned. If returning to Legacy Outlook is feasible in your organization, it might allow you to use the “Open Shared Calendar” feature.
These steps should give you options to re-map the calendar without sending invites. Let me know if these methods work for you or if you need more specific guidance with any step!
Appreciate your patience and understanding and thank you for your time and cooperation. Have a great day!
Let me know how it goes! Thank you for being part of the Microsoft Community.
Sincerely,
Microsoft Community Moderator