Forum Discussion

Peter Bergström's avatar
Peter Bergström
Copper Contributor
Jul 23, 2018
Solved

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...
  • Deleted's avatar
    Deleted
    Jul 23, 2018
    Exchange 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.

Resources