skip to Main Content

Microsoft Bookings for WordPress – Shortcode

[ o365_ms_booking_view] Booking businessID can be grabbed from the Microsoft booking page, here is the screenshot for more clarification Parameter Description Example Required Default businessid office 365 booking business ID businessid="[email protected]" X template PHP template name to show the data…

Read more

Dynamic CRM 365 Display for WordPress – Shortcode

[ o365_crm_view ] Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name viewname CRM display view name viewname="All cases" X queryattribute Filter the result based on entity column name like emailaddress1 queryattribute="emailaddress1" X queryoperator, queryvalue…

Read more

Azure AD B2C User Authentication for WordPress – Shortcode

[o365_azuread_b2c_login_url login_text="text Here" image_url="image url"] login_text = Show login link text by which users can login using Azure account image_url = Show image for login link [o365_azuread_b2c_logout_url logout_text="text Here" show_welcome_text="no" welcome_text="Welcome"] logout_text = Show text for logout link show_welcome_text =…

Read more

Person Plugin Documentation

SignIn into Graph Explorer to get Contact folder details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Get UserID https://graph.microsoft.com/v1.0/me/ Get Contact Folders based on UserID https://graph.microsoft.com/v1.0/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contactFolders Get Child Folders based on Folder ID https://graph.microsoft.com/v1.0/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contactFolders/folderid/childFolders Get Group ID https://graph.microsoft.com/v1.0/groups/

Read more

SharePoint details

SignIn into Graph Explorer to get SharePoint details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Get all sites https://graph.microsoft.com/v1.0/sites?search=* Get ListID based on SiteId https://graph.microsoft.com/v1.0/sites/{site-id}/lists/ (Replace {site-id} with your desired site id that grabbed from above results) Get itemID based…

Read more
Back To Top