No external URL is available for owa/calendar virtual directory

Trying to set up calendar publishing for my organization.

When i run the "Set-MailboxCalendarFolder <identity>:\calendar -PublishEnabled $true" cmdlet i get the following message:

No external URL is available for owa/calendar virtual directory.
    + CategoryInfo          : NotSpecified: (:) [Set-MailboxCalendarFolder], NoExternalOwaAvailableException
    + FullyQualifiedErrorId : [Server=<server>,RequestId=7d03c8a0-2069-4fcd-afc4-c2599b94ca7d,TimeStamp=04.05.2015 12:
   54:05] [FailureCategory=Cmdlet-NoExternalOwaAvailableException] 9552E748,Microsoft.Exchange.Management.StoreTasks.
  SetMailboxCalendarFolder
    + PSComputerName        : <server>

May 4th, 2015 9:05am

Run Get-OWAVirtualDirectory | fl *Name, ExternalURL
Free Windows Admin Tool Kit Click here and download it now
May 4th, 2015 9:36am

The ExternalUrl is set.

PSComputerName             : computername.domain.local
PSShowComputerName         : False
FolderPathname             :
ServerName                 : computername
InstantMessagingServerName :
Name                       : owa (Default Web Site)
DisplayName                : owa
AdminDisplayName           :
DistinguishedName          : CN=owa (Default Web Site),CN=HTTP,CN=Protocols,CN=computername,CN=Servers,CN=Exchange Administ
                             rative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=organization name,CN=Microsoft Exchan
                             ge,CN=Services,CN=Configuration,DC=domain,DC=local
ExternalUrl                : https://external.domain/owa

May 5th, 2015 2:26am

The ExternalUrl is set.

PSComputerName             : computername.domain.local
PSShowComputerName         : False
FolderPathname             :
ServerName                 : computername
InstantMessagingServerName :
Name                       : owa (Default Web Site)
DisplayName                : owa
AdminDisplayName           :
DistinguishedName          : CN=owa (Default Web Site),CN=HTTP,CN=Protocols,CN=computername,CN=Servers,CN=Exchange Administ
                             rative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=organization name,CN=Microsoft Exchan
                             ge,CN=Services,CN=Configuration,DC=domain,DC=local
ExternalUrl                : https://external.domain/owa


  • Edited by gargul Tuesday, May 05, 2015 7:32 AM
Free Windows Admin Tool Kit Click here and download it now
May 5th, 2015 6:25am

Hi,

Please run the following command to enable the publishing virtual directory on Client Access server:

Set-OwaVirtualDirectory -Identity "CAS01" -ExternalUrl https://external.domain.com/owa -CalendarPublishingEnabled $true

For detailed steps about Internet Calendar Publishing, please refer to:

https://technet.microsoft.com/en-us/library/ff607475(v=exchg.141).aspx

Regards,

May 5th, 2015 7:25am

I cannot find the parameter CalendarPublishingEnabled, only CalendarEnabled.

This is Exchange 2013.

Free Windows Admin Tool Kit Click here and download it now
May 5th, 2015 7:28am

I cannot find the parameter CalendarPublishingEnabled, only CalendarEnabled.

This is Exchange 2013.

If it is Exchange 2013, please refer to:

https://technet.microsoft.com/en-us/library/jj853046(v=exchg.150).aspx

May 5th, 2015 7:29am

That guide did it. Thank you.

Free Windows Admin Tool Kit Click here and download it now
May 5th, 2015 8:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics