Usage
m365 outlook calendar remove [options]
Description
Removes a calendar of a user
Options
| Option |
Description |
-i, --id [id] |
ID of the calendar. Specify either id or name, but not both. |
-n, --name [name] |
Name of the calendar. 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. |
--calendarGroupId [calendarGroupId] |
ID of the calendar group. Specify either calendarGroupId or calendarGroupName, but not both. |
--calendarGroupName [calendarGroupName] |
Name of the calendar group. Specify either calendarGroupId or calendarGroupName, but not both. |
--permanent |
Permanently remove the calendar, don't send it to the recycle bin. |
-f, --force |
Don't prompt for confirmation. |
Examples
Remove the calendar for the current signed-in user by id.
m365 outlook calendar remove --userId "@meId" --id "AAMkAGI2TGuLAAA="
Permanently remove the calendar from a specific calendar group for the current signed-in user by name.
m365 outlook calendar remove --userId "@meId" --calendarGroupName "Colleague calendars" --name "Calendar" --permanent
Remove the calendar from a specific calendar group for a specific user by name.
m365 outlook calendar remove --userId b743445a-112c-4fda-9afd-05943f9c7b36 --calendarGroupId "AAMkADIxYjJiYmIzLTFmNjYtNGNhMy0YOkcEEh3vhfAAAGgdFjAAA=" --name "Calendar"
Default properties
No response
Additional Info
API:
Usage
m365 outlook calendar remove [options]
Description
Removes a calendar of a user
Options
-i, --id [id]idorname, but not both.-n, --name [name]idorname, but not both.--userId [userId]userIdoruserName, but not both.--userName [userName]userIdoruserName, but not both.--calendarGroupId [calendarGroupId]calendarGroupIdorcalendarGroupName, but not both.--calendarGroupName [calendarGroupName]calendarGroupIdorcalendarGroupName, but not both.--permanent-f, --forceExamples
Remove the calendar for the current signed-in user by id.
Permanently remove the calendar from a specific calendar group for the current signed-in user by name.
Remove the calendar from a specific calendar group for a specific user by name.
Default properties
No response
Additional Info
API: