skip to Main Content

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

Azure App Creation

To Create the application in Azure portal Go to Azure Directory section from the left side panel:   Select App registrations   Create New App from New registration tab   Add Application name, redirect URI and select multitenant option in…

Read more
Back To Top