Skip to content

Commit 6b9ae04

Browse files
committed
Rectified platyps error
1 parent cb6e9ef commit 6b9ae04

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Read-only.
3030
### -------------------------- EXAMPLE 1 --------------------------
3131
```powershell
3232
Import-Module Microsoft.Graph.Calendar
33-
34-
3533
# A UPN can also be used as -UserId.
3634
Get-MgUserCalendarView -UserId $userId -StartDateTime "2017-01-01T19:00:00-08:00" -EndDateTime "2017-01-07T19:00:00-08:00"
3735
```

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/New-MgUserCalendarGroup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,13 @@ Use this API to create a new CalendarGroup.
4949
### EXAMPLE 1
5050
```
5151
Import-Module Microsoft.Graph.Calendar
52-
```
5352
5453
$params = @{
5554
name = "Personal events"
5655
}
57-
5856
# A UPN can also be used as -UserId.
5957
New-MgUserCalendarGroup -UserId $userId -BodyParameter $params
60-
58+
```
6159
## PARAMETERS
6260

6361
### -AdditionalProperties

0 commit comments

Comments
 (0)