Outlook Web Access Calendar View Query-String Parameters

Monday I received an e-mail from James Buchanan asking what is the query-string parameter to bring up a monthly calendar view in Outlook Web Access. Actually, I am starting to get a lot of emails from people asking about this or that, which is great and I am happy to help when I can. I'll do my best to get back to your guys if I can help, but of course, I still have to write new code, which may make it impossible for me to get back to everybody. Funnily enough, I just received another email from the blog as I write this. This time it's just blog spam. Great. Where was I?

Right. James asks it is possible to bring up a calendar folder in the monthly view. The answer is yes.  Your URL will look something like:

.../Calendar?cmd=contents&view=monthly

Additionally, you can specify the weekly view like this:

.../Calendar?cmd=contents&view=weekly

The view param is case-sensitive so anything but "monthly" and "weekly" will give you the daily view.

Thanks James.