| 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 |
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 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
}None.
The following JSON representation shows the resource type.
{
"String-value": true
}