After you register your custom applications with Azure Active Directory, it’s straightforward to build a completely remote application for working with Office 365 SharePoint data which depends only on the SharePoint REST web services. Angular SharePoint App Demo Below is… Read More ›
JavaScript
jQuery UI Calendar Datepicker in an Angular App with ng-init
If you’re building an app using AngularJS, I’m sure you’re like me and try to do everything with pure Angular, but sometimes you need to fall back on existing frameworks such as jQuery UI. This is probably more so in… Read More ›
SharePoint Calendar: Managing Exceptions in a Recurring Event Schedule
The object returned by the SharePoint JavaScript CSOM for a recurring event schedule is very intuitive. For example, an event which occurs every day for the next year (up until 2017-02-21) reads as follows in the RecurrenceData field of the… Read More ›
SharePoint – Term Store Custom Sort Order in JavaScript
Terms in the SharePoint Managed Metadata Term Store can be ordered through the Custom Sort Order option in the Custom Sort tab of the Term Store Management UI: However, if you pull items from the term store using JavaScript getAllTerms,… Read More ›
Quick Tip: jQuery UI and Moment.js
This is a quick post about using jQuery UI and Moment.js to render calendar UI within, for this case, SharePoint. When using the CSOM, SharePoint will return DateOnly fields where the date value will likely need to be parsed in… Read More ›
Ajax – Don’t Forget the Basics (or go learn them)
During interviews, I often ask candidates how to “manually” implement an Ajax call in classic JavaScript. I’m not asking for the exact perfect syntax off of the top of their heads, however, I do want to hear about the basic… Read More ›