Posts by this author

Apr 22, 2020
Post comments count0
Post likes count0

A Lap around Microsoft Graph Toolkit Day 4 – Customizing Components

In day 4 of A Lap around Microsoft Graph Toolkit, we will show you how to use attributes, properties, and CSS properties to customize the functionality and appearance of components. A cool demo of how to create a display of your team members that it looks like a bunch of polaroids!

Microsoft Graph
Apr 20, 2020
Post comments count0
Post likes count0

A Lap around Microsoft Graph Toolkit Day 3 – Microsoft Graph Toolkit Components

Welcome to Day 3 of the Microsoft Graph Toolkit blog series! In this blog post we walk through the Microsoft Graph Toolkit Playground, a website where you can view and test toolkit components directly online without having to create a real project. It also gives you an overview of components available in the latest version of the Toolkit (version 1...

Microsoft Graph
Apr 7, 2020
Post comments count0
Post likes count0

Postponed- iCalUId update on Microsoft Graph

In a blog post dated February 25, 2020, we announced plans to update  iCalUId on Microsoft Graph to make it adhere to its industry definition.  Since then, many of our customers' priorities have changed in response to the COVID-19 crisis.  As a result, we have decided to postpone making this update. We will provide the developer community with addi...

Microsoft Graph
Mar 17, 2020
Post comments count0
Post likes count1

Page limit added to Microsoft Graph OneNote API

We made a change to the OneNote API to set a page limit at the section level. This affects the Create page scenario. When this limit is reached for a section and an attempt is made to create a new page in that section, you will see a response with HTTP status code 507 and message "Exceeded the maximum number of pages allowed per section". For ...

Microsoft Graph
Mar 17, 2020
Post comments count0
Post likes count0

Accessing Outlook items in a user’s archived, shared or delegated mailboxes using Microsoft Graph

We have noticed that a few customers are unsure about the right way to access Outlook messages and contacts in mailboxes other than the signed-in user’s primary mailbox (archive, delegated, or shared mailboxes). For example, some customers use one of the following API URLs to access Outlook items in another mailbox, using the item ID and the /me UR...

Microsoft GraphOffice Add-ins
Mar 16, 2020
Post comments count0
Post likes count0

Microsoft Graph .NET SDK updates

It has been a while since the Microsoft Graph SDK team provided an update and customers have been asking us when the next update will be available. It is great to hear that people care! These updates took a longer to deliver than we planned as we made a few bolder steps towards our longer-term plans, and we had a few hiccups along the way. 

Microsoft Graph
Feb 25, 2020
Post comments count0
Post likes count0

Microsoft Graph calendar events – iCalUId Update

The iCalUId returned by the Calendar event resource type in Microsoft Graph is defined as a unique, read-only identifier that is shared by all instances of an event across different calendars. It adheres to the RFC iCalendar specification of UID.

Microsoft GraphOffice Add-ins