1
1
---
2
- external help file : Microsoft.Graph.Calendar-help.xml
2
+ external help file :
3
3
Module Name : Microsoft.Graph.Calendar
4
4
online version : https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview
5
5
schema : 2.0.0
@@ -12,15 +12,12 @@ The calendar view for the calendar.
12
12
Navigation property.
13
13
Read-only.
14
14
15
- > [ !NOTE]
16
- > To view the beta release of this cmdlet, view [ Get-MgBetaBetaGroupCalendarView] ( /powershell/module/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView?view=graph-powershell-beta )
17
-
18
15
## SYNTAX
19
16
20
17
```
21
18
Get-MgGroupCalendarView -GroupId <String> -EndDateTime <String> -StartDateTime <String> [-Filter <String>]
22
- [-Property <String[]>] [-Skip <Int32>] [-Sort <String[]>] [-Top <Int32>] [-PageSize <Int32> ] [-All ]
23
- [-CountVariable <String >] [<CommonParameters>]
19
+ [-Property <String[]>] [-Skip <Int32>] [-Sort <String[]>] [-Top <Int32>] [-All ] [-CountVariable <String> ]
20
+ [-PageSize <Int32 >] [<CommonParameters>]
24
21
```
25
22
26
23
## DESCRIPTION
@@ -30,8 +27,8 @@ Read-only.
30
27
31
28
## EXAMPLES
32
29
33
- ### EXAMPLE 1
34
- ```
30
+ ### -------------------------- EXAMPLE 1 --------------------------
31
+ ``` powershell
35
32
Import-Module Microsoft.Graph.Calendar
36
33
```
37
34
@@ -44,13 +41,13 @@ Get-MgUserCalendarView -UserId $userId -Startdatetime "2017-01-01T19:00:00-08:00
44
41
List all pages.
45
42
46
43
``` yaml
47
- Type : SwitchParameter
44
+ Type : System.Management.Automation. SwitchParameter
48
45
Parameter Sets : (All)
49
46
Aliases :
50
47
51
48
Required : False
52
49
Position : Named
53
- Default value : False
50
+ Default value : None
54
51
Accept pipeline input : False
55
52
Accept wildcard characters : False
56
53
` ` `
@@ -60,7 +57,7 @@ Specifies a count of the total number of items in a collection.
60
57
By default, this variable will be set in the global scope.
61
58
62
59
` ` ` yaml
63
- Type : String
60
+ Type : System. String
64
61
Parameter Sets : (All)
65
62
Aliases : CV
66
63
@@ -76,7 +73,7 @@ The end date and time of the time range, represented in ISO 8601 format.
76
73
For example, 2019-11-08T20:00:00-08:00
77
74
78
75
` ` ` yaml
79
- Type : String
76
+ Type : System. String
80
77
Parameter Sets : (All)
81
78
Aliases :
82
79
@@ -91,7 +88,7 @@ Accept wildcard characters: False
91
88
Filter items by property values
92
89
93
90
` ` ` yaml
94
- Type : String
91
+ Type : System. String
95
92
Parameter Sets : (All)
96
93
Aliases :
97
94
@@ -106,7 +103,7 @@ Accept wildcard characters: False
106
103
The unique identifier of group
107
104
108
105
` ` ` yaml
109
- Type : String
106
+ Type : System. String
110
107
Parameter Sets : (All)
111
108
Aliases :
112
109
@@ -121,13 +118,13 @@ Accept wildcard characters: False
121
118
Sets the page size of results.
122
119
123
120
` ` ` yaml
124
- Type : Int32
121
+ Type : System. Int32
125
122
Parameter Sets : (All)
126
123
Aliases :
127
124
128
125
Required : False
129
126
Position : Named
130
- Default value : 0
127
+ Default value : None
131
128
Accept pipeline input : False
132
129
Accept wildcard characters : False
133
130
` ` `
@@ -136,7 +133,7 @@ Accept wildcard characters: False
136
133
Select properties to be returned
137
134
138
135
` ` ` yaml
139
- Type : String[]
136
+ Type : System. String[]
140
137
Parameter Sets : (All)
141
138
Aliases : Select
142
139
@@ -147,11 +144,26 @@ Accept pipeline input: False
147
144
Accept wildcard characters : False
148
145
` ` `
149
146
147
+ ### -Skip
148
+ Skip the first n items
149
+
150
+ ` ` ` yaml
151
+ Type : System.Int32
152
+ Parameter Sets : (All)
153
+ Aliases :
154
+
155
+ Required : False
156
+ Position : Named
157
+ Default value : None
158
+ Accept pipeline input : False
159
+ Accept wildcard characters : False
160
+ ` ` `
161
+
150
162
### -Sort
151
163
Order items by property values
152
164
153
165
` ` ` yaml
154
- Type : String[]
166
+ Type : System. String[]
155
167
Parameter Sets : (All)
156
168
Aliases : OrderBy
157
169
@@ -167,7 +179,7 @@ The start date and time of the time range, represented in ISO 8601 format.
167
179
For example, 2019-11-08T19:00:00-08:00
168
180
169
181
` ` ` yaml
170
- Type : String
182
+ Type : System. String
171
183
Parameter Sets : (All)
172
184
Aliases :
173
185
@@ -182,28 +194,13 @@ Accept wildcard characters: False
182
194
Show only the first n items
183
195
184
196
` ` ` yaml
185
- Type : Int32
197
+ Type : System. Int32
186
198
Parameter Sets : (All)
187
199
Aliases : Limit
188
200
189
201
Required : False
190
202
Position : Named
191
- Default value : 0
192
- Accept pipeline input : False
193
- Accept wildcard characters : False
194
- ` ` `
195
-
196
- ### -Skip
197
- Skip the first n items
198
-
199
- ` ` ` yaml
200
- Type : Int32
201
- Parameter Sets : (All)
202
- Aliases :
203
-
204
- Required : False
205
- Position : Named
206
- Default value : 0
203
+ Default value : None
207
204
Accept pipeline input : False
208
205
Accept wildcard characters : False
209
206
` ` `
@@ -216,10 +213,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216
213
## OUTPUTS
217
214
218
215
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEvent
216
+
219
217
## NOTES
220
218
221
- ## RELATED LINKS
222
- [Get-MgBetaBetaGroupCalendarView](/powershell/module/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView?view=graph-powershell-beta)
219
+ ALIASES
223
220
224
- [https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview](https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview)
221
+ ## RELATED LINKS
225
222
0 commit comments