I would like to create an Application which automatically creates a Task in Microsoft Graph (Microsoft App -> "Planner") in .NET (C#).
I already got the Authentification done but im not sure how to create a new Task or update a existing Task because I don't understand the Syntax.
The Problem is that there are no examples for Plans in Graph for .Net only stuff for Web Apps and so on. Link to api-reference
Im using the latest Microsoft Graph .Net Library found here
I hope that someone can help me.