News

Office 365 API Tools Summer Update in Preview

"Summer update" comes with improved URL support, message logging, and authentication.

Microsoft's Office 365 Team earlier this week released a preview of its Office 365 API Tools, a version that it calls a "summer update." The last update release preview was back in May. Chakkaradeep Chandran, a program manager with the Visual Studio team that is working on it, blogged the details here.

Office 365 API Tools is an extension library that give developers direct hooks for integrating calendar, e-mail and all manner of Office 365 apps with custom apps created in Visual Studio. This preview adds a few new features since the May update, including improved URL support, message logging, and authentication.

Chandran writes that developers will find one big improvement right from the start of working with this preview. When opening Office 365 API Tool to add to a project, you'll be prompted to register a new application in AAD, which will then show what services you're able to add to it.

Other improvements:

  • Support for redirect URIs within a web application project (still requires separate AAD entry when app is to be put into actual production)
  • Messages logged to Visual Studio output window
  • Improved interoperability of the Office 365 API authentication library with the Active Directory Authentication Library so that it can hook into other Azure services.
  • Support for Windows 8.1 projects (althought client libraries are only supported via ADAL)

This version also takes care of bug fixes up to the time of this release.

Visual Studio Senior Program Manager Beth Massi blogs an example of an Office 365 app takes advantage of the new features in preview. In a video on that blog, Chandran shows a sample Visual Studio project using Xamarin to build an Android app that connects to Office 365 contacts.

The Office 365 API Tools preview is in the Visual Studio Gallery here.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube