Forum Discussion
Access to Group Calendar for external guests
- RevicxMar 23, 2024Copper Contributor
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 : GroupMailboxIf you need more information I will provide them 🙂
- VasilMichevMar 23, 2024MVPAdding them to the Group is not enough, you need to also add them to the subscribers list:
Add-UnifiedGroupLinks groupname -LinkType Subscribers -Links email address removed for privacy reasons- RevicxMar 25, 2024Copper Contributor
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?