I'm programming an application for Microsoft Planner and I need to get the tasks of individual users. I am using Microsoft Graph Planner API. However, there are no recurring tasks in response. Recurring events are present in the internal api planner, the specific call is :
https://tasks.office.com/{clientID}/TasksApiV1/GetPlanDataAsync?planId={planId}
.
I am unable to authenticate. I'm using TeamsFxProvider for authentication, but the token with the api https://tasks.office.com doesn't work (bad credentials error). Is there a way around this please?