You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Assignments properties of type PlannerAssignments. According to documentation this is collection of PlannerAssignment object stored in AdditionalData collection.
But in reality the PlannerAssignments.AdditionalData keeps collection of UntypedObject:
How to get list of PlannerAssignment not UntypedObject so as to correctly read assignment details?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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