What is the URL to open the Outlook Web Client in the calendar page?

7

1

I can setup a bookmark to open up the Outlook Web Client for Exchange Server 2013, but it always opens in the email page. I want a URL that opens the calendar. Is there an easy way to do this without digging into the javascript?

Kyle Heironimus

Posted 2013-09-16T13:41:44.123

Reputation: 189

Answers

4

It's just as simple as this:

https://yourexchangeserveraddr/owa?cmd=contents&module=calendar

Actually you can open any module this way. Also works with Exchange 2010.

thims

Posted 2013-09-16T13:41:44.123

Reputation: 8 081

That kind of works for me. Our implementation requires this https://yourexchangeserveraddr/owa/?cmd=contents&module=calendar. Note the extra slash after owa. Is there a web page that shows where this link comes from? – Kyle Heironimus – 2013-09-27T18:37:35.543

1

The common syntax is described here: http://technet.microsoft.com/en-us/library/bb232199(v=exchg.141).aspx

– thims – 2013-09-29T21:43:10.237