简体   繁体   中英

How can I pull Planner information from the Microsoft Graph API and insert the data into my C#.NET Windows form?

I'm working on a project where I have to get tasks inside of Microsoft Planner from the Microsoft Graph API and then load the tasks and their information into a grid in a C#.NET Windows form. The only direction I've been given is to use Microsoft Power Automation, but I'm completely new to all of these Microsoft Programs. How could I go about doing this?

You can use the Planner API in Microsoft Graph to create and list tasks. Please see documentation here on adding the.Net SDK to your project, creating an authProvider instance and creating a task.

Please let me know if this helps, and if you have further questions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM