End of support for Basic Authentication access to Exchange Online APIs for Office 365 - exchange-basicauth

When is the end of support for Basic Authentication access to Exchange Online APIs for Office 365?

October 13th, 2020
Taken from this article.

The end was supposed to be October 13th, 2020 but it seems to have been postponed due to Covid-19.
Taken from this article

Related

MS CRM 2015 web API to get GUID using telephone1

I am new to MS CRM 2015. I am trying to get guid using the telephone1 but I have not found any web api as we have in 2016. In MS CRM 2016 I am using the following APi to get the contact id
http://CRMURL/api/data/v8.0/contacts?$select=telephone1&$filter=telephone1%20eq%20%279091%27
It is working with 2016 but same api is not working with MS 2015. Anyone of you please help me to identify the equivalent api in 2015 to get contact id. I am using on-premises CRM.
Dynamics CRM web api introduced in Spring release of 2015, aka update 1.
You have to use OData endpoint to query in your case.
[Your Organization Root URL]/XRMServices/2011/OrganizationData.svc/ContactSet?$select=telephone1&$filter=telephone1 eq <value>
You can download CRM Rest builder & use within CRM.

Gravity Forms to Microsoft Dynamics CRM

I am getting this error
Unable to authenticate LiveId.
http://prntscr.com/cx116z
I would suggest to get in touch with developers of that application. It looks like you use Office 365 authentication and that application tries to authenticate using provided credentials using LiveId that is not used as authentication provider for years.
Not sure what plugin you are using, but our plugin fully supports Office 365 Authentication and works fully with CRM On-Premises and CRM Online versions 2011 or later: https://www.saintsystems.com/products/gravity-forms-dynamics-crm-add-on/
Let me know if I can help in any way.

new API for Add-Ins in Outlook 2016 Windows/Mac/Web

I have written an Outlook Add-In using the "standard" approach, which is a COM Add-In, compatible with Outlook Windows desktop versions.
I'm doing now a research about the capabilities of the new Office API which uses Javascript/HTML and is compatible with Outlook 2016 Windows/Mac and Web.
However, the resources seem really limited, where can I the information what functionalities that API provides i.e. in scope of the Calendar functionality of Outlook?
You can get started using JavaScript APIS using this link : https://dev.outlook.com/MailAppsGettingStarted/GetStarted
API Reference : https://dev.outlook.com/reference/add-ins/
This API provides access to mail/calendar item. This APIs are supported in Windows Outlook 2016 and Outlook Web Mail access client.
Hope it helps.
You are right, the functinality is still limited. See https://dev.outlook.com/ for more information about available APIs. But you may also find the EWS helpful. Read more about that in the EWS Managed API, EWS, and web services in Exchange section.

yahoo mail api integration with oauth in php

I have a strange requirement.
I need to read email from yahoo using php from my webapplication and store the user email in database
So is there any way to do this ?
Thanks.
It seems API access to Yahoo it's down ..
The page https://developer.yahoo.com/mail/ states:
"Access to Yahoo’s IMAP service is one of the top requests from the application developer community. We are happy to announce that a Yahoo IMAP service with OAuth-2.0 will be available in early 2015. As announced on Dec 19th, 2014, we will no longer support the current Yahoo-customized Mail APIs after February 16, 2015. We will provide a migration path to this new service, which will allow us to better serve the developer community. For more information, send a mail to imap-service#yahoo-inc.com. "

When will Google Apps API authorization of Google Apps Marketplace v1 be available?

I cannot find Google announcement of the abolition period of Google Apps Marketplace v1 but I thought Google Apps API authorization of Google Apps Marketplace v1 will be work until April 20, 2015 because OAuth 1.0 will work until it in accordance with the deprecation policy.
However I cannot think so because Google announced that UpgradeableApp API( that is Marketplace v2 migration API) will be available until the end of Q3 2014.
I have 3 questions:
When the abolition period of Marketplace v1? If Google already
announced it on web site, please tell me the web site URL.
Could Marketplace v1 applications be affected in the abolition of
UpgradeableApp API?
Can Installed Marketplace v1 application use Google Apps API until
April 20, 2015 if Marketplace v1 was closed before April 20, 2015?
1) 20th April 2015
2) Yes, they will be removed from Marketplace after 30th September 2014 (if not upgraded)
3) Yes existing base can continue using till April 20th
All above details were sent my email to all developers I beleive, didn't you receive it?

Resources