Webinar: Deep dive in to Microsoft Graph
I’ll be doing the series of webinar on Microsoft Graph, which starts from 7th July 2018. So, join with me on this webinar and get more information about Microsoft Graph and how to use against the...
View ArticleMS Graph API Demo Samples
I have published the starter applications for Microsoft Graph in GITHUB. Each has its different features and you can use these starter applications as starting point for your development against...
View ArticleProgrammatically access Office 365 User Licenses using Microsoft Graph
Microsoft Graph opens the extensive approach for developers to connect various services across Microsoft Cloud. A Single endpoint requests the Microsoft Cloud with the various resources enables the...
View ArticleCustomizing Modern Page Header Background – Part one
Customizing the header in SharePoint Online modern page is every developer’s dream in SharePoint world. And Microsoft didn’t enable the full flexibility on customizing the header in modern pages. But...
View ArticleColumn Formatting : Apply actions with different columns
Column Formatting in SharePoint modern lists is pretty interesting. After this feature came up, developer and designers gets the wider way in customizing the column values in simple json format instead...
View ArticleGet all child terms from term group in SharePoint Taxonomy using PnP JS
Working with Taxonomy is always a fun, because accessing terms from it requires us to write different way of code. SharePoint doesn’t provide the direct way of accessing the terms through REST API. We...
View ArticleTop 8 exciting innovations across Microsoft 365 – Microsoft Ignite 2019
There are lot of new things are announced in Microsoft Ignite 2019 and here I am listing out some of the key exciting innovations on Microsoft 365 from the conference. Now a days Microsoft is infusing...
View ArticleAutomate Modern SharePoint Team site creation
To add a modern team site to the SharePoint, there are a lot of approaches are available and most of them require at least some code required. But in this article, we will be using SharePoint List and...
View ArticleWhat are the different ways to get SharePoint Site Collection using Microsoft...
Microsoft Graph API has a single endpoint, which allow us to access any data across Office 365 environment by using different parameters. This post explores the different ways of retrieving the Site...
View ArticleWhat is Microsoft Graph Toolkit?
Microsoft Graph toolkit is an opensource web-components, connected with Microsoft Graph API. So we can use these components to build our application without involving much code. Even though the...
View ArticleManage Tenant Wide Extensions using Office 365 CLI
App Catalog Site Collection is used to manage the SharePoint add-ins and SharePoint Framework web parts, Extensions in the tenant. If the SharePoint Framework Extensions are configured to deploy tenant...
View ArticleAdd gradient background to PowerApps application
Stylish the Power Apps application is mostly the lot of developers wanted. We can achieve a lot of functionalities and connect with any third party data through the connectors is always possible. But...
View ArticleCheck in all checked-out files using Office 365 CLI
Office 365 CLI provides a limitless way to SharePoint and Office 365 data. There is a lot of examples are missing for Office 365 CLI command. So in this blog post, I am going to give an example for...
View ArticleExtend SharePoint Columns using Custom Card with JSON
Recently a custom card feature is added to SharePoint List Formatting. By using that feature, SharePoint allows us to add the customized cards to the column, when ever hovering / clicking in List...
View ArticleA SharePoint Framework webpart for Microsoft Graph Toolkit
Microsoft Graph Toolkit (MGT) is a set of open-source web components that helps to fetch the information from Microsoft 365 services with less code. There are some nice articles available out there...
View ArticleGetting started with Microsoft Power Platform CLI
Now a days, there is lot of opportunities available for Microsoft Power Platform professionals. Because it is not only the Low-code solution platform, in addition to that it also provides the lot of...
View ArticleMicrosoft Power Platform Connections – A developer analysis
Microsoft Flow / Microsoft Power Automate is a service available in Microsoft 365 that enables the automation for different type of application by connecting with those services. To connect with those...
View ArticleHow I upgraded my old SPFX webpart to 1.12.1 version
I would like to share my experience on upgrading my old SPFX webpart developed in SPFX v1.10.x to SPFX V1.12.1. Microsoft Team is kept on adding lot of features to SharePoint Framework package and so...
View ArticleMicrosoft Graph Toolkit Editor webpart is upgraded
One year back, I have created a SPFX webpart ( SharePoint Framework webpart for Microsoft Graph Toolkit ) to support Microsoft Graph Toolkit with the help of using npm package @microsoft/mgt . This...
View ArticleHow to get Flows associated to the SharePoint List
Nowadays Power Platform services are associated with the SharePoint Lists and Libraries and bring up some additional properties and methods. These enable us to use modern experience in SharePoint....
View Article