Forum Discussion
Peter Bergström
Jul 23, 2018Copper Contributor
How to get the ICS of shared mailbox
Dear all, Does anyone know how to share an calendar and get the ICS address for a shared mailbox calendar? I have tried the steps to share a calendar and it seems to only work for my own calendar...
- DeletedJul 23, 2018Exchange online powershell: try the following I think it should work on Shared mailbox by turning on publishing and then getting the URL to use.
Run Set-MailboxCalendarFolder <Username>:\Calendar -PublishEnabled $true
Run Get-MailboxCalendarFolder <Username>:\Calendar |fl or Get-MailboxCalendarFolder <Username>:\calendar |fl publishedcalendarurl. This will output the published calendar html (and ics) urls. Others can use this url to view the publisher’s calendar.
Tabletti Syynimaa
Jul 23, 2018Copper Contributor
Hi Peter,
For the second question, no, you cannot login as a shared mailbox. The shared mailbox does not need a license, but the user who is accessing the mailbox must have a license.