I have a site page where I am trying to add a link to a particular calendar in outlook web access.
The URL is
https://exchange.server.com/owa/sharedcalendaruser@mydomain.com/?cmd=contents&module=Calendar&view=monthly
Sharepoint however urlencodes it, so the @ sign changes into %40. Exchange doesn't like that, so the URL doesn't work.
How can I make sharepoint keep the link the way I enter it?
