How to get list of PlannerAssignment object from PlannerAssignments collection in Mirosoft Graph C# SDK #2926
Unanswered
Yevgen Kiselgov (23W)
asked this question in
Q&A
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When my C# app requests the Planner Task info from from tasks list of Planner Plan it receives collection of task objects (PlannerTask class).
Each object has
Assignmentsproperties of typePlannerAssignments. According to documentation this is collection ofPlannerAssignmentobject stored inAdditionalDatacollection.But in reality the

PlannerAssignments.AdditionalDatakeeps collection ofUntypedObject:How to get list of
PlannerAssignmentnotUntypedObjectso as to correctly read assignment details?All reactions