Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.81 KB

File metadata and controls

68 lines (51 loc) · 1.81 KB
title plannerAppliedCategories resource type
description Represents the collection of categories (or labels) that have been applied to a task, which is part of the plannerTask object.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 07/25/2024

plannerAppliedCategories resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the collection of categories (or labels) that have been applied to a task, which is part of the plannerTask object. Up to 25 categories can be applied to a task. Category descriptions are part of the plan details object. This is an open type.

Properties

Properties of an open type can be defined by the client. In this case, the client must provide category1, category2, category3, category4, category5, and so on, up to category25 as properties with their values being true when the corresponding categories are applied on the task. When they don't apply, properties are automatically removed by setting their values to false, as shown in the following example.

{
  "category1": true,
  "category3": true,
  "category5": true,
  "category21": true
}

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "String-value": true
}