Connect to other users Outlook in Azure Logic App

356 Views Asked by At

I have constructed a LogicApp Standard that manipulates Outlook Tasks. The "Outlook Tasks Connector" allows me to nominate an account to use when doing this, but the Actions only give me access to that account's Task Lists.

How do I go about creating a LogicApp Standard that manipulates Outlook Tasks (and Calendar etc.) for a user defined at runtime by a parameter ? Is there a different Connector or Action I should be using for this ?

1

There are 1 best solutions below

0
On BEST ANSWER

If you're unable to change the connection action on action then your best bet is to look at using the relevant Graph API.

https://learn.microsoft.com/en-us/graph/api/todotasklist-post-tasks?view=graph-rest-1.0&tabs=http

It will allow you to adjust the parameters rather than relying on a single connection.