Mar 22 2024 03:48 AM - edited Mar 23 2024 02:49 AM
Hello,
We have a group with a calendar. Within this group, we have multiple users. For internal members, the calendar appears just fine in Outlook and on the web. However, for external users, the calendar doesn't appear at all in their Outlook nor on the web.
We are looking for a way for external members of the group to access the calendar as well.
Edit: here the output of the Get-UnifiedGroup Command:
AccessType : Private
WelcomeMessageEnabled : True
GroupMemberCount : 64
GroupExternalMemberCount : 8
AllowAddGuests : True
HiddenFromExchangeClientsEnabled : False
DisplayName : Global Calendar
RecipientType : MailUniversalDistributionGroup
RecipientTypeDetails : GroupMailbox
Mar 22 2024 09:56 AM
Mar 23 2024 02:47 AM
@VasilMichevHi thanks for your reply.
They are already part of the group. I actually added them with the command you suggested me to.
Here a shortened version of the Get-UnifiedGroup of the group I am talking about:
AccessType : Private
WelcomeMessageEnabled : True
GroupMemberCount : 64
GroupExternalMemberCount : 8
AllowAddGuests : True
HiddenFromExchangeClientsEnabled : False
DisplayName : Global Calendar
RecipientType : MailUniversalDistributionGroup
RecipientTypeDetails : GroupMailbox
If you need more information I will provide them 🙂
Mar 23 2024 01:50 PM
Mar 25 2024 01:03 AM
Thank you, @VasilMichev . I followed your advice, but it's still not appearing. I double-checked using:
Get-UnifiedGroupLinks -Identity $global_calendar.ObjectId -LinkType "Subscribers" | Select DisplayName
The users are listed as Subscribers, but the calendar is still not visible in either Outlook Web Access or the standard Outlook client.
Do you have any other suggestions?
Mar 25 2024 09:51 AM