JavaScript
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
Easily handle long-running operations using middleware in the Microsoft Graph JavaScript SDK
If you use the Microsoft Graph JavaScript SDK, and need to handle long-running operations, build it as a middleware. Here's how.
Easily debug Microsoft Graph JavaScript SDK requests
Using the Microsoft Graph JavaScript SDK is a convenient way to connect your app to Microsoft 365. Here's how you can easily debug API requests issued from the SDK.
Find a meeting time and schedule a meeting on Microsoft 365
Many work apps need the ability to schedule a meeting with others in their organization. Here's how to do it for apps connected to Microsoft 365.
Show upcoming meetings for a Microsoft 365 user with Microsoft Graph Toolkit
Recently, I showed you how you can build in under 10 minutes a simple personal assistant that shows users meetings they have left for the day. Here's an even easier way to do it using the Microsoft Graph Toolkit.