Support for Office 365 Videos via Microsoft Graph? - microsoft-graph-api

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.

Related

PHPWord and O365 / Microsoft Graph

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?

Does Microsoft Graph API require Microsoft 365 subscription to work with Microsoft To Do?

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.

Microsoft Graph API from microsoft streams app

As I have seen we can access the content of one drive and teams from Microsoft Graph api. Similarly, do there any Microsoft Graph API'S available to access content/videos uplaod by the user in Microsoft Streams.
Referred Doc :-
https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/stream/streamnew/new-stream
At this point, its not available in the Microsoft Graph API, as its in the development and it's updated in the Developer Roadmap. So you may need to watch the space.

Office 365 API with my server

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.

Office365 API for GetUserAvailability

I am trying to find out how to call "GetUserAvailability" in office 365, either using the REST of existing API. I know this API exists in exchange, but can't find it in Office 365.
If there is iOS implementation of this would be great as well.
GetUserAvailability EWS SOAP API is available for Office 365 users. See here for more info and let us know if you have questions. We haven't yet released the same functionality in our Office 365 Calendar REST APIs, but this is ranked high on our list of features to support. When we add support to the REST APIs, you will be able to use the iOS SDK for the REST APIs to access the same.

Resources