Forum Discussion
Garfius Tècnic en trastos i tal
Apr 18, 2018Copper Contributor
Set up internet calendar subscription (ics URL) on Exchange account via EWS or powershell.
The anterprise i am actually working has over 1k accounts on office 365, related to an Unitime appliance, which generates calendars for all of them. I have created a script which adds a standa...
VasilMichev
MVP
PowerShell to the rescue:
Set-MailboxCalendarFolder mailbox:\Calendar -PublishEnabled $true
And to get the URL:
Get-MailboxCalendarFolder sharednew:\Calendar | select PublishedCalendarUrl,PublishedICalUrl
ChristineStack
Jul 12, 2019Steel Contributor
Do you think this will work to get the publish URL for an office 365 group calendar? Too swamped to test myself at the moment but with our MS Teams push we are failing because we cannot share the Teams calendar with our Teams guests.