I want integrate onenote desktop app with mvc application and i want to manage all the operation like add a new page and update existing page content and delete a page all with mvc application only. Is there any why to do this.
Now i have implemented an sample application mvc to integrate with onenote by doing oauth authentication.and i am getting my page content. and i am rendering that content into my browser.
But my question is that i want open an page from onenote in onenote editor from my application then what ever changes i made those changes will be reflect to the onenote desktop application.