I am working on a Project Server integration where tasks are coming into the Project from an external system.
Currently I have the code that checks-out the project, adds the task, checks-in the project and then publishes it so that the task is visible.
But this is not ideal as there might be a PM working on that project. A better approach would be to have the new / updated tasks be approved by the PM.
I would really appreciate if you can please guide me here. I am looking for a way to add tasks to the Approval Center using CSOM.