skip to Main Content

Sharepoint Calendar Display for WordPress – Shortcode

[ o365_sp_events] Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name siteid SharePoint Site ID siteid=”xxxx-xx-xx-xx-xxxx” X listid SharePoint List ID listid=”xxxx-xx-xx-xx-xxxx” X columns columns those will fetched using rest api columns=”EndDate,EventDate,Category,ID,Location,Title,fAllDayEvent,RecurrenceID,fRecurrence,RecurrenceData,MasterSeriesItemID,Description” perdaylimit Number of…

Read More

Outlook Calendar Display for WordPress – Shortcode

[ o365_outlook_events] Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name calendarid Outlook Calendar ID calendarid=”xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” X calendartype Outlook Calendar Type User’s calendar: calendartype=”users”Group Calendar: calendartype=”groups” X userid Azure user id, calendar events will show…

Read More

Outlook Calendar Documentation

SignIn into Graph Explorer to get folder and file 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 Calendar ID https://graph.microsoft.com/v1.0/users/1465xxxx-xxxx-xxxx-xxxx-xxxxxxxx1f54/calendars Access another user calendar There are two scenarios where an app can get another user’s calendar:…

Read More

Onedrive for Business Display for WordPress – Shortcode

[ o365_onedrive_view] Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name folderid OneDrive Folder ID folderid=”xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” X template PHP template name to show the data template=”listv3_tpl.php” id unique id for container id=”o365-search-result” subfolders Show/Hide subfolders…

Read More

Onedrive plugin documentation

Step 1: SignIn into Graph Explorer to get folder and file details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Step 2: Get UserID https://graph.microsoft.com/v1.0/me/ Step 3: Get Root Folders (replace UserID with your userId that grabbed from previous step) https://graph.microsoft.com/v1.0/users/UserID/drive/root/children…

Read More

Office 365 Yammer Display for WordPress – Shortcode

Create a Page in Wordpress Shortcode to show Group Activites/Messages [o365_yammer_activity groupid=”11029028864″ template=”o365_group_activity_view.php” sort=”ASC” sortfield=”id” maxresults=”” ] Shortcode to show Topic Message [o365_yammer_activity topicid=”28725657600,32785711104,33136992256″ template=”o365_topic_activity_view.php” sort=”ASC” sortfield=”share”] Q1. How to get Group ID? >> Steps Login to Yammer Dashboard(https://www.yammer.com/). the…

Read More
Back To Top