var context;
if (typeof GetGlobalContext === “function”) {
context = GetGlobalContext();
} else {
context = Xrm.Page.context;
}
var start = new Date(); //Put Start datetime here
var end = new Date(); //Put End datetime here
end.setDate(end.getDate() + 1);
var requestUrl = “/api/data/v8.2/QuerySchedule(ResourceId=@p1,Start=@p2,End=@p3,TimeCodes=@p4)”;
requestUrl += “?@p1=” +
Continue Reading Andrew Butenko’s Article on their blog
How to call QuerySchedule using WebApi – Andrew Butenko’s Blog
Blog Syndicated with Andrew Butenko’s Permission
More About This Author
Array
Dyn365CE2022.02.14Applying UCI Styling to a FluentUI TextField component
Dyn365CE2022.02.07Including additional JS files to your PCF Control
Dyn365CE2022.01.31Adding a PCF Control to the Dataverse Application Navigation (SiteMap)
Dyn365CE2022.01.24Let’s build Html WebResources faster and smarter, vol. 2