Usage
m365 outlook calendargroup get [options]
Description
Retrieve information about a calendar group for a user
Options
| Option |
Description |
--id [id] |
Id of the calendar group. Specify either id or name, but not both. |
--name [name] |
Name of the calendar group. Specify either id or name, but not both. |
--userId [userId] |
ID of the user. Specify either userId or userName, but not both. |
--userName [userName] |
UPN of the user. Specify either userId or userName, but not both. |
Examples
Get the calendar group specified by name for the current user
m365 outlook calendargroup get --name "Personal Events" --userId "@meId"
Get the calendar group specified by id for a user
m365 outlook calendargroup get --id "AAMkADIxYjJiYm" --userId "44288f7d-7710-4293-8c8e-36f310ed2e6a"
Get the calendar group specified by name for a user specified by email
m365 outlook calendargroup get --name "Personal Events" --userName "[email protected]"
Default properties
N/A
Additional Info
API: https://learn.microsoft.com/en-us/graph/api/calendargroup-get
Usage
m365 outlook calendargroup get [options]
Description
Retrieve information about a calendar group for a user
Options
--id [id]idorname, but not both.--name [name]idorname, but not both.--userId [userId]userIdoruserName, but not both.--userName [userName]userIdoruserName, but not both.Examples
Get the calendar group specified by name for the current user
Get the calendar group specified by id for a user
Get the calendar group specified by name for a user specified by email
Default properties
N/A
Additional Info
API: https://learn.microsoft.com/en-us/graph/api/calendargroup-get