atlas by clearpeople

Blog posts

    Using Graph API in SharePoint with external users

    Graph API in SharePoint and external users - A Microsoft Approved workaround

    Webinar: Highlights from the European Collaboration Summit

    The European Collaboration Summit took place on 28-30 May in Germany this year.

    SPFx web parts on classic SharePoint

    Our Lead SharePoint Consultant discusses SPFx Webparts on 'Classic' SharePoint

    Modern SharePoint vs Classic - an info architecture disruption story?

    ClearPeople's Head of Development compares Modern vs Classic SharePoint Information Architecture.

    Delaying the SharePoint Hover Panel

    Ian Jackson, Front-end Solution Architect, explains how to delay the SharePoint Hover Panel from loading in browser

    Working with search.clientcontrols.js in SharePoint

    Working with search.clientcontrols.js in SharePoint

    Azure Functions, SharePoint Webhooks and PnP - Part 2

    This is my second post about Azure Functions and SharePoint Webhooks. The first part can be found here.

    Azure Functions, SharePoint Webhooks and PnP - Part1

    I would like to show you how to use Azure Functions along with SharePoint WebHooks. Besides, I will show you how to use environmental variables (app settings) and code from external libraries (like the PnP Core) within the code of your Azure functions.

    Modern Team Sites and Pages Behind the Scenes

    In this article, I will talk about Modern Team Sites and Pages, as these have been available for a while in our Office 365 tenants.

    [SPFx] Extending Gulp and running tasks in series (or in parallel)

    As you may already know, the new SharePoint framework uses Gulp for all the “compilation” tasks: bundle JavaScript files, generate the package file, etc. However, when we have to create our own Gulp tasks, it doesn’t follow the “normal” mechanism of Gulp, so we can’t just add a new “Task” in the “Gulpfile.js”