File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Calendar Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Read-only.
30
30
### -------------------------- EXAMPLE 1 --------------------------
31
31
``` powershell
32
32
Import-Module Microsoft.Graph.Calendar
33
-
34
-
35
33
# A UPN can also be used as -UserId.
36
34
Get-MgUserCalendarView -UserId $userId -StartDateTime "2017-01-01T19:00:00-08:00" -EndDateTime "2017-01-07T19:00:00-08:00"
37
35
```
Original file line number Diff line number Diff line change @@ -49,15 +49,13 @@ Use this API to create a new CalendarGroup.
49
49
### EXAMPLE 1
50
50
```
51
51
Import-Module Microsoft.Graph.Calendar
52
- ```
53
52
54
53
$params = @{
55
54
name = "Personal events"
56
55
}
57
-
58
56
# A UPN can also be used as -UserId.
59
57
New-MgUserCalendarGroup -UserId $userId -BodyParameter $params
60
-
58
+ ```
61
59
## PARAMETERS
62
60
63
61
### -AdditionalProperties
You can’t perform that action at this time.
0 commit comments