Skip to content

Commit ef7c92a

Browse files
committed
Corrected parameter examples
1 parent 5bd26b0 commit ef7c92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Import-Module Microsoft.Graph.Calendar
3333
```
3434

3535
# A UPN can also be used as -UserId.
36-
Get-MgUserCalendarView -UserId $userId -Startdatetime "2017-01-01T19:00:00-08:00" -Enddatetime "2017-01-07T19:00:00-08:00"
36+
Get-MgUserCalendarView -UserId $userId -StartDateTime "2017-01-01T19:00:00-08:00" -EndDateTime "2017-01-07T19:00:00-08:00"
3737

3838
## PARAMETERS
3939

0 commit comments

Comments
 (0)