Tag: rest
8 posts.
-
Working with SharePoint WebHooks with JavaScript using an Azure Function
This blog post covers additional explanation on how to subscribe to SharePoint WebHooks and have it running with only JavaScript in Azure Functions. The...
-
All Demo Downloads will be on Github - blog housekeeping
I've taken a short break from writing blog posts - I haven't been idle, I have been writing something . Hopefully to be able to share it with everyone soon....
-
ngSydney, Office Add-ins and lots of AngularJS
I went to my first ngSydney meetup on Wednesday night, and presented a short session on Office-Addin with AngularJS (I also throw in Graph API) and ran over...
-
Racing to the Races - Putting our Office App out there
As I'm posting this blog entry, our ( SharePoint Gurus ) first Office App (Add-In) would be available on the store. I might let you in on a secret - it has...
-
SPD2013 Workflow - how to check user is member of group
I want to describe a method that I use to check if a user is a member of a group. Steps Call a REST webservice Reference MSDN for the correct...
-
SharePoint Saturday Sydney 2014
November 29, 2014 was a great day for SharePoint Saturday. I presented "Develop and Build Workflow Apps in SP2013. Wait, Workflow Apps?" - which is a...
-
jQuery Promise syntax to wrap SharePoint SP.SOD
jQuery has a special function $.Deferred - which lets you create an Deferred object to build Promise(s). We use this to simplify everything we do in...
-
Using SharePoint Designer 2013 Workflow to copy file via REST on Office 365
This is a bit of trial and error, but works very well at the end, so I want to publish this and share the syntax. Related References:...