outlook calendargroup list
Retrieves calendar groups for a user.
Usage
m365 outlook calendargroup list [options]
Options
--userId [userId]ID of the user whose calendar groups to retrieve. Specify either
userIdoruserName, but not both.--userName [userName]UPN of the user whose calendar groups to retrieve. Specify either
userIdoruserName, but not both.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Calendars.ReadBasic, Calendars.Read, Calendars.Read.Shared, Calendars.ReadWrite.Shared |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Calendars.ReadBasic, Calendars.Read |
When using delegated permissions, specifying userId or userName for a different user requires the Calendars.Read.Shared or Calendars.ReadWrite.Shared scope. When the specified user matches the signed-in user, no shared scope is needed.
Examples
Retrieve all calendar groups for the signed-in user.
m365 outlook calendargroup list
Retrieve all calendar groups for a specific user by email.
m365 outlook calendargroup list --userName "john.doe@contoso.com"
Retrieve all calendar groups for a specific user by ID.
m365 outlook calendargroup list --userId b743445a-112c-4fda-9afd-05943f9c7b36
Response
- JSON
- Text
- CSV
- Markdown
[
{
"id": "AAMkAGE0MGM1Y2M5LWEzMmUtNGVlNy05MjRlLTk0YmYyY2I5NTM3ZAAuAAAAAAC_0WfqSjt_SqLtNkuO-bj1AQAbfYq5lmBxQ6a4t1fGbeYAAAAAAEOAAA=",
"name": "My Calendars",
"changeKey": "nfZyf7VcrEKLNoU37KWlkQAAA0x0+w==",
"classId": "0006f0b7-0000-0000-c000-000000000046"
}
]
id name
---------------------------------------------------------------------------------------------------------------------- ------------
AAMkAGE0MGM1Y2M5LWEzMmUtNGVlNy05MjRlLTk0YmYyY2I5NTM3ZAAuAAAAAAC_0WfqSjt_SqLtNkuO-bj1AQAbfYq5lmBxQ6a4t1fGbeYAAAAAAEOAAA= My Calendars
id,name
AAMkAGE0MGM1Y2M5LWEzMmUtNGVlNy05MjRlLTk0YmYyY2I5NTM3ZAAuAAAAAAC_0WfqSjt_SqLtNkuO-bj1AQAbfYq5lmBxQ6a4t1fGbeYAAAAAAEOAAA=,My Calendars
# outlook calendargroup list
Date: 2/24/2026
Property | Value
---------|-------
id | AAMkAGE0MGM1Y2M5LWEzMmUtNGVlNy05MjRlLTk0YmYyY2I5NTM3ZAAuAAAAAAC_0WfqSjt_SqLtNkuO-bj1AQAbfYq5lmBxQ6a4t1fGbeYAAAAAAEOAAA=
name | My Calendars