PowerPlatformConnectors/certified-connectors/OutlookTasks
Joe Mayo (MSFT) 2fbf41e510
[OutlookTasks] fix capabilities and timezone data types (#284)
- [OutlookTasks] fix capabilities and timezone data types
- remove "/actions/{family}/" from paths
- fix response for CompleteTask_V2
- fix: OpenApi warnings
2020-06-22 11:21:23 -07:00
..
apiDefinition.swagger.json [OutlookTasks] fix capabilities and timezone data types (#284) 2020-06-22 11:21:23 -07:00
apiProperties.json [OutlookTasks] fix capabilities and timezone data types (#284) 2020-06-22 11:21:23 -07:00
readme.md [OutlookTasks] Open-sourcing the OutlookTasks connector (#199) 2020-03-17 22:32:52 -07:00

readme.md

Outlook Tasks connector (Preview)

This connector provides actions against the Outlook Tasks APIs.

Preview

This connector currently only supports operations against Task Groups and Task Folders. Support for Tasks themselves will be open-sourced soon.

API documentation

Detailed documentation of the target APIs can be found at Outlook Task REST API reference.

Deployment instructions

Please use these instructions to deploy this connector as custom connector in Microsoft Power Automate and Power Apps.

In order to deploy as a custom connector, you will need to have a registered Microsoft Application. For information on how to register your app, see Register an application with the Microsoft identity platform.

Required scopes:

  • offline_access
  • https://outlook.office.com/tasks.readwrite

You will need to supply your app's clientId and clientSecret in order to deploy your custom connector.