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
Apr 18, 2018MVP
PowerShell to the rescue:
Set-MailboxCalendarFolder mailbox:\Calendar -PublishEnabled $true
And to get the URL:
Get-MailboxCalendarFolder sharednew:\Calendar | select PublishedCalendarUrl,PublishedICalUrl
Garfius Tècnic en trastos i tal
Apr 19, 2018Copper Contributor
Thanks, but i am asking for the opposite.
From ICS file/Url ----> Exchange.
Your answer means to give mine to others, but i need to set a published (ouside office) ics file into users calendar folder (inside office). To set the subscription to a 3rd party ics url programatically.
- frybrgMar 13, 2023Copper ContributorDo you have an update for us?
Does a solution exist today?