I want to integrate my PHP App with Microsoft Word in Office 365.
Will the PHPWord package enable integration with Microsoft Office 365 Word.
Does this use Microsoft Graph.
If not is there another way to approach this?
Related
I am developing an application in ASP .Net MVC. I have Azure Active Directory authorization in it. Is it possible to set an email signature in Office 365 Outlook for domain users via API? My googling skills did not allow me to find any information about this. Before that, I used Google Workspace and it was possible. Now I'm in a situation where I have to transfer some things from Google API to Office 365, and I can't see anything about the footer.
Does Microsoft Graph API require Microsoft 365 subscription to work with Microsoft To Do task list? I understand a typical outlook.com account comes with a To Do task list for free.
You can go ahead and simply test it on Graph Explorer. According to the overview page of Microsoft Graph To-Do API there is no sign that we need a license.
I have tried testing it by disabling the To-Do Plan 3 of my Microsoft 365 subscription, and it still worked for me.
I am trying to collate information corresponding to Microsoft 365 Apps Usage of our employees as shown in some reports on Admin Portal(admin.microsoft.com). We are facing some challenges in getting report data corresponding to these in our code.
I need following information for integration in our web application:
Do we have any Graph API or PowerShell cmdlet(not deprecated) exposed which can be integrated in our code to get Microsoft Apps Usage Data(like ProPlusUsageUserDetail excel data downloaded from admin portal)?
Can we get Version Details of Microsoft 365 Apps and Services being used by users?
We have already used graph api GetOffice365ActiveUserDetail (adding link below for reference) which give usage for only Microsoft Services and not Apps:
https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0
We need same kind of information for Microsoft 365 Apps (Word, Excel, PowerPoint etc.)as well .
You can try portal.office.com and check the reports to see if you have related report is available apart from that, at this point i am not aware such information you can request from Microsoft Graph APIs. Consider raising a feature request in User voice, so that Microsoft can consider it. Here's the link for it https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests?query=report
How to access Office 365 Videos via Microsoft Graph API? What would be the endpoint for the same?
As per the documentation on Office 365 Discovery service, it clearly says to use Microsoft Graph for all accessing all Office 365 resources, but it doesn't give any end point or any information for Videos.
https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/discovery-service-rest-operations#DiscSvc_Token
Any help would be greatly appreciated...
For what I understood Office 365 Videos is going to be replaced by Microsoft Stream and I guess they don't plan to migrate Office 365 Videos API in Microsoft Graph as they will probably directly implement API for Microsoft Stream in Microsoft Graph.
But in the meantime I am like you, I don't know how we can continue to query the Office 365 Videos API as it is deprecated.
Can we use Office 365 API to open the file from my server and also edit using Office Online and back save to my server?
Is this possible with Office 365 API?
If yes, what the way to do so in ASP.NET MVC?
No. The Office 365 API is used to access the customer's Office 365 data( mails, calendars, contacts, users and groups, files etc.).
To integrate the Office online, you may consider use the WOPI.