Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 210 Bytes

File metadata and controls

11 lines (6 loc) · 210 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Calendar

Remove-MgUserCalendarPermanent -UserId $userId

This example shows how to use the Remove-MgUserCalendarPermanent Cmdlet.