microsoft-graph-to-do-tasks
Service icon

Microsoft Graph To-do Tasks

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 27 May 2022
 by 
0.0
 (0 ratings)
microsoft-graph-to-do-tasks

Microsoft Graph To-do Tasks

Documentation
1.0.0

A detailed step by step tutorial can be found here

This component does not provide the possibilty to obtain an access token. We recommend the Microsoft Login Connector Reactive to authenticate against Azure Active Directory and to retrieve the access token. Read our tutorial on how to do that.

In order to use this componend add a dependency to the server actions and static entities in the Graph_TodoTasks_IS module.

All actions require a Bearer token.

To perform the action on behalf of another user account (permissions required) you can optionally set the UserPrincipalNameOrId input parameter.

Besides the result, each server action returns an IsSuccess and Error result. Error is only used when IsSuccess is False.

API errors are handled gracefully and transactions are not aborted. You have to query the IsSuccess output.

Resources

TaskLists - Tasks are created in task list. With the Graph_TaskList<Method> server actions you can manage task lists.

Tasks - Manage Tasks with Graph_Task<Method> server actions.

LinkedResources - are additions to a task which link a To-do task to an external resource you configure. This allows to directly link from the Microsoft To-do application to your OutSystems application. The Graph_LinkedResource<Method> server action allow you to attach and remove one or more linked resources to your tasks.