Tag: API

Building your personal Office 365 assistant
Building your personal Office 365 assistant
Blog Posts

Imagine having a personal Office 365 assistant in your daily job routine, which can help you provide all information that you need, like for example who is your manager, scheduling a meeting, displaying and updating your profile picture or list the Microsoft Teams where you are involved and so on. These are only a few… READ MORE

Building a Microsoft Teams Bot
Building a Microsoft Teams Bot
Blog Posts

Microsoft has released Teams from one year, the utility of this product is indisputable, a strength is definitely the possibility to extend it with bots, connectors and tabs. In this article, I’ll talk about how to build a bot and how to leverage the Microsoft Teams API capabilities, which are the following: Fetch Channel List… READ MORE

Automated deployment for SharePoint Framework scripts available on Powershell gallery
Automated deployment for SharePoint Framework scripts available on Powershell gallery
Blog Posts

I published two scripts on Powershell gallery in order to help automated deployment of a SharePoint Framework solution: https://www.powershellgallery.com/packages/VSTS.DeploySPFxToO365CDN https://www.powershellgallery.com/packages/VSTS.DeploySPFxToAppCatalog The first script basically collects automatically the bundle publishing it on Office 365 CDN, while the second across the SharePoint ALM API is able to upload the package of the solution in the App Catalog.… READ MORE

How to fix Angular 4 API call issues
How to fix Angular 4 API call issues
Blog Posts

Angular 4 is great and comes loaded with more features. You might be wondering why Angular 3 was skipped. They made it this way to unify all Angular components with the Angular Router (already developed up to version 3) which had to be upgraded to v4. So, Angular 4 was the chosen name to mean… READ MORE

Training Week April 2017
Training Week April 2017
Blog Posts

Later in the month we have five extraordinary speakers taking part in Training Week from the 24-28 April 2017. Join any or all five expert webinars on the hottest SharePoint topics which include: Monday: Legends Christian Buckley & Eric Overfield discussed independent research conducted into The State of the Hybrid SharePoint Ecosystem – learn from this deep… READ MORE

Use your custom WebApi with Microsoft Flow
Use your custom WebApi with Microsoft Flow
Blog Posts

Microsoft Flow is the new workflow engine from Microsoft. With flow you can create automated workflows between your favorite apps and services to get notifications, synchronize files, collect data, and more. You can find Microsoft Flow at: http://flow.microsoft.com Flow contains many predefined templates to use: https://flow.microsoft.com/en-us/templates/. Things like send reminders via the Flow mobile app… READ MORE