It there any way to integrate my asp.net mvc applicaition to project online.

kishan sahu 1 Reputation point
2022-02-14T04:52:19.467+00:00

Hi,

Is there any way to integrate my asp.net mvc application to project online. I want to share my .net app data to project online.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,557 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 11,606 Reputation points
    2022-02-14T05:19:03.483+00:00

    Project provides OData service as of now, that can be used to integrate with it.

    Refer: https://learn.microsoft.com/en-us/previous-versions/office/project-odata/jj163015(v=office.15)

    You can use the Rest APIs to integrate your app with Project.
    https://learn.microsoft.com/en-us/previous-versions/office/project-odata/jj163048(v=office.15)

    You may refer the below sample, in github, though it uses powershell, you can refer the concepts from the project.

    https://github.com/OfficeDev/Project-Samples/tree/master/O365-Project-Online-REST-Samples

    Hope this helps

    0 comments No comments