Office365 API for GetUserAvailability - ios

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.

Related

Is it possible to set an email signature in Office 365 Outlook to a user via API?

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.

Microsoft Office 365 Apps Usage

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

Support for Office 365 Videos via Microsoft Graph?

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.

Microsoft Exchange library for iOS

We've been searching high and low for a library to connect to Microsoft Exchange and Office365 to manage/view calendar events in an iOS application - without any luck. We need to support on-prem Exchange servers so using Graph is not an option. Is our only option to write our own SOAP integration against the managed API or does someone know of a library (free or payed) we can use?
Best regards,
Christopher
Did you check the "Office 365 SDKs for iOS" here. It easily integrate services and data from Office 365 into native iOS apps using these Objective-C libraries.

Google Reporting API with oauth 2.0

I want to use Google Reporting API to get the users' activity report (last login, etc).
My application is using oauth 2.0 to access other Google APIs. But it seems like Google Reporting API is not supporting oauth 2.0. Any suggestions how should I do it ? Implement oauth 1 or use different Google API (if it exists) to get users' activity report?
I think you are looking at the old documentation for the reporting API.
For the brand new reports API (https://developers.google.com/admin-sdk/reports/v1/guides/authorizing), it is encouraged to use OAuth 2.0.
Notice that the older API is called reporting API, but the new API that was just released at the IO is called reports API.

Resources