Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.88 KB

File metadata and controls

87 lines (67 loc) · 2.88 KB
title outlookTaskGroup resource type
description A group of folders (outlookTaskFolder) that contain Outlook tasks (collection of outlookTask objects).
author mashriv
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
toc.title Outlook task group (deprecated)
ms.date 08/08/2024

outlookTaskGroup resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE outlooktask-deprecate-allup]

A group of folders (outlookTaskFolder) that contain Outlook tasks (collection of outlookTask objects).

In Outlook, there's a default task group My Tasks which you can't rename or delete. You can, however, create additional task groups.

Methods

Method Return Type Description
Get outlookTaskGroup Get the properties and relationships of the specified Outlook task group.
Update outlookTaskGroup Update the writable properties of an Outlook task group.
Delete None Delete the specified Outlook task group.
List task folders outlookTaskFolder collection Get a collection of Outlook task folders.
Create task folder outlookTaskFolder Create an Outlook task folder.

Properties

Property Type Description
changeKey String The version of the task group.
groupKey Edm.Guid The unique GUID identifier for the task group.
id String The unique string identifier of the task group. Read-only.
isDefaultGroup Boolean True if the task group is the default task group.
name String The name of the task group.

Relationships

Relationship Type Description
taskFolders outlookTaskFolder collection The collection of task folders in the task group. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "changeKey": "String",
  "groupKey": "Guid",
  "id": "String (identifier)",
  "isDefaultGroup": true,
  "name": "String"
}