---
title: groupName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/increatetasklistintent/groupname
---

# groupName

The group that contains the task list.

## Declaration

```swift
@NSCopying var groupName: INSpeakableString? { get }
```

## Discussion

Discussion Use groups to organize task lists within your app. A group might correspond to a folder that contains related task lists. For example, the Reminders app uses groups to manage the task lists for different services. The group name should correspond to the user-visible name of the group in your app.

## See Also

### Getting the Task List Details

- [title](intents/increatetasklistintent/title.md)
- [taskTitles](intents/increatetasklistintent/tasktitles.md)
