Few Details missing from contacts and task in graph api v1.0

Mahesh Tibrewal 51 Reputation points
2020-11-04T05:04:49.747+00:00

We are migrating our EWS Managed API codes to Graph API. For that we are using Microsoft Graph API nuget version 3.19 and connecting to Graph API v1.0. Currently we are facing the following issues:

  1. In EWS managed APIs we were able to add Business Fax and Other Numbers while creating contact. However, these fields seems to be missing in GraphAPI v1.0. Though these options are present in the beta version, we are not keen on using that, since these changes will go into production
  2. Another issue is related to tasks. In EWS managed API, we were able to work on task folders, however in graph api v1.0 this feature is again missing. We want to access the folder details of tasks for manipulation. Again this is present in beta version only but in production point of view, we are not interested in using the beta

So, can we please get an idea how we can resolve the above issues using the existing graph api version.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,570 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2020-11-09T19:06:32.747+00:00

    What issues we're talking here? Please note that the API sets on the v1.0 endpoint (https://graph.microsoft.com/v1.0) are in general availability (GA) status, and have gone through a rigorous review-and-feedback process with customers to meet practical, production needs. The beta endpoint includes APIs that are currently in preview and are not yet generally available. So you may need to wait till it becomes general availability (GA). But feel free to play the beta APIs/endpoints, share the feedback if you have.

    0 comments No comments