I am currently building a web application using the office 365 APIs to display emails, files, and calendar items that are being grabbed from Office365. I am looking to open up the OWA into the specific email, or calendar event. I've been searching for documentation on parameters that can be passed into OWA but I haven't been able to find much.
I've been able to find examples such as this outlook.com/owa/OURURL/#viewmodel=IMailComposeViewModelFactory&wid=91&ispopout=1 which open up a new email composition, but not much else. If you check the example here http://msdn.microsoft.com/en-us/library/microsoft.exchange.webservices.data.item.webclientreadformquerystring(v=exchg.80).aspx it looks like there is a paramater #viewmodel=_y.$Ep&ItemID=, but this is only supposed to be used for exchange 2013.
If anyone has any information on documentation regarding this functionality or any other help, it'd be appreciated.