We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd26b0 commit ef7c92aCopy full SHA for ef7c92a
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar/Get-MgGroupCalendarView.md
@@ -33,7 +33,7 @@ Import-Module Microsoft.Graph.Calendar
33
```
34
35
# 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"
+Get-MgUserCalendarView -UserId $userId -StartDateTime "2017-01-01T19:00:00-08:00" -EndDateTime "2017-01-07T19:00:00-08:00"
37
38
## PARAMETERS
39
0 commit comments