I need to create a Azure Function (c#) which reads the project's tasks from a Project Online site. After that, these tasks have to be created in other project in a different Project Online site.
I tried to do it with a logic app but the Project Online connector doesn't let me create all taks's properties.
Is there any .net library or any way to do it?
Thanks a lot.
It seems no c# library for us to use. I find a method in java code which maybe helpful to your question, we can also write java code in azure function to implement your requirements:
For more information about the method above, you can refer to this page.