View Single Post
  #1 (permalink)  
Old 03-30-2007, 11:51 AM
Vimm Vimm is offline
Active Member
 
Posts: 35
Default Incorrect calednar url

I'd like to know how to set the url that is displayed on the calendar share page. The bottom of the page reads:

"To allow others to access this item, direct them to this URL:"

It then displays a URL using the internal domain of the server which is invalid for the user. I need it to display the external domain, the one that the user is viewing the site with. How can I do that?

Example:
User logs in at at https://www.example.com/
Currently displays:
https://internal.server/home/user/Calendar
Should display:
https://www.example.com/home/user/Calendar
Reply With Quote