Skip to content

Commit c85e2c9

Browse files
committed
Rectified broken links for calendar and contact
1 parent 6558470 commit c85e2c9

File tree

2 files changed

+86
-90
lines changed

2 files changed

+86
-90
lines changed

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

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Graph.Calendar-help.xml
2+
external help file:
33
Module Name: Microsoft.Graph.Calendar
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.calendar/get-mggroupcalendarview
55
schema: 2.0.0
@@ -12,15 +12,12 @@ The calendar view for the calendar.
1212
Navigation property.
1313
Read-only.
1414

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-
1815
## SYNTAX
1916

2017
```
2118
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>]
2421
```
2522

2623
## DESCRIPTION
@@ -30,8 +27,8 @@ Read-only.
3027

3128
## EXAMPLES
3229

33-
### EXAMPLE 1
34-
```
30+
### -------------------------- EXAMPLE 1 --------------------------
31+
```powershell
3532
Import-Module Microsoft.Graph.Calendar
3633
```
3734

@@ -44,13 +41,13 @@ Get-MgUserCalendarView -UserId $userId -Startdatetime "2017-01-01T19:00:00-08:00
4441
List all pages.
4542

4643
```yaml
47-
Type: SwitchParameter
44+
Type: System.Management.Automation.SwitchParameter
4845
Parameter Sets: (All)
4946
Aliases:
5047

5148
Required: False
5249
Position: Named
53-
Default value: False
50+
Default value: None
5451
Accept pipeline input: False
5552
Accept wildcard characters: False
5653
```
@@ -60,7 +57,7 @@ Specifies a count of the total number of items in a collection.
6057
By default, this variable will be set in the global scope.
6158
6259
```yaml
63-
Type: String
60+
Type: System.String
6461
Parameter Sets: (All)
6562
Aliases: CV
6663

@@ -76,7 +73,7 @@ The end date and time of the time range, represented in ISO 8601 format.
7673
For example, 2019-11-08T20:00:00-08:00
7774
7875
```yaml
79-
Type: String
76+
Type: System.String
8077
Parameter Sets: (All)
8178
Aliases:
8279

@@ -91,7 +88,7 @@ Accept wildcard characters: False
9188
Filter items by property values
9289
9390
```yaml
94-
Type: String
91+
Type: System.String
9592
Parameter Sets: (All)
9693
Aliases:
9794

@@ -106,7 +103,7 @@ Accept wildcard characters: False
106103
The unique identifier of group
107104
108105
```yaml
109-
Type: String
106+
Type: System.String
110107
Parameter Sets: (All)
111108
Aliases:
112109

@@ -121,13 +118,13 @@ Accept wildcard characters: False
121118
Sets the page size of results.
122119
123120
```yaml
124-
Type: Int32
121+
Type: System.Int32
125122
Parameter Sets: (All)
126123
Aliases:
127124

128125
Required: False
129126
Position: Named
130-
Default value: 0
127+
Default value: None
131128
Accept pipeline input: False
132129
Accept wildcard characters: False
133130
```
@@ -136,7 +133,7 @@ Accept wildcard characters: False
136133
Select properties to be returned
137134
138135
```yaml
139-
Type: String[]
136+
Type: System.String[]
140137
Parameter Sets: (All)
141138
Aliases: Select
142139

@@ -147,11 +144,26 @@ Accept pipeline input: False
147144
Accept wildcard characters: False
148145
```
149146
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+
150162
### -Sort
151163
Order items by property values
152164
153165
```yaml
154-
Type: String[]
166+
Type: System.String[]
155167
Parameter Sets: (All)
156168
Aliases: OrderBy
157169

@@ -167,7 +179,7 @@ The start date and time of the time range, represented in ISO 8601 format.
167179
For example, 2019-11-08T19:00:00-08:00
168180
169181
```yaml
170-
Type: String
182+
Type: System.String
171183
Parameter Sets: (All)
172184
Aliases:
173185

@@ -182,28 +194,13 @@ Accept wildcard characters: False
182194
Show only the first n items
183195
184196
```yaml
185-
Type: Int32
197+
Type: System.Int32
186198
Parameter Sets: (All)
187199
Aliases: Limit
188200

189201
Required: False
190202
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
207204
Accept pipeline input: False
208205
Accept wildcard characters: False
209206
```
@@ -216,10 +213,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216213
## OUTPUTS
217214
218215
### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEvent
216+
219217
## NOTES
220218
221-
## RELATED LINKS
222-
[Get-MgBetaBetaGroupCalendarView](/powershell/module/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView?view=graph-powershell-beta)
219+
ALIASES
223220
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
225222

0 commit comments

Comments
 (0)