When building Office Outlook Addins there has traditionally been three ways to install them. Installation from the Office Store Installation by a Exchange administrator uploading the manifest.xml Installation by a end-user by uploading the manifest.xml Recently Office 365 was also extended with the centralized deployment feature that allows tenant admins […]
Estimated reading time: 11 minutes
I just started working with the Office 365 OData API and was a little fustrated with the samples because all the strongly typed classes they provide for using the OData APIs contains nowhere near all of properties the odata returns. So I looked around for some way to generate the […]
Estimated reading time: 14 minutes
A very likely feature request of any Outlook app would be automatic creation of calendar items, e.g. appointments. Unfortunately the MSDN documentation does not exactly specify how you do that, but it is simple when you know how, let me show you. The JavaScript API unfortunately offers no direct way […]
Estimated reading time: 5 minutes