Skip to content

Commit 07ac88a

Browse files
authored
DocGen 26_1 result (#8640)
1 parent fb28588 commit 07ac88a

File tree

3 files changed

+4
-50
lines changed

3 files changed

+4
-50
lines changed

api-reference/40 Common Types/FirstDayOfWeek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: Enums.FirstDayOfWeek
33
acceptValues: 0 | 1 | 2 | 3 | 4 | 5 | 6
44
type: Union
5-
references: dxCalendar.Options.firstDayOfWeek|dxGantt.Options.firstDayOfWeek|dxRecurrenceEditor.Options.firstDayOfWeek|dxScheduler.Options.firstDayOfWeek|dxScheduler.Options.views.firstDayOfWeek
5+
references: dxCalendar.Options.firstDayOfWeek|dxGantt.Options.firstDayOfWeek|dxScheduler.Options.firstDayOfWeek|dxScheduler.Options.views.firstDayOfWeek
66
---
77
---
88
##### shortDescription

concepts/05 UI Components/Scheduler/035 Occurrences.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
An **Occurrence** is an [appointment](/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/) instance that falls within a specified time interval. A non-recurring appointment maps to one occurrence. A recurring appointment can generate multiple occurrences.
1+
An **Occurrence** is an [appointment](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/015%20Appointment%20Types '/Documentation/Guide/UI_Components/Scheduler/Appointments/Appointment_Types/') instance that falls within a specified time interval. A non-recurring appointment maps to one occurrence. A recurring appointment can generate multiple occurrences.
22

3-
To obtain an occurrence list, call the [getOccurrences(startDate, endDate, appointments)](/Documentation/ApiReference/UI_Components/dxScheduler/Methods/#getOccurrencesstartDate_endDate_appointments) method. Pass `startDate`, `endDate`, and the appointment array.
3+
To obtain an occurrence list, call the [getOccurrences(startDate, endDate, appointments)](/api-reference/10%20UI%20Components/dxScheduler/3%20Methods/getOccurrences(startDate_endDate_appointments).md '/Documentation/ApiReference/UI_Components/dxScheduler/Methods/#getOccurrencesstartDate_endDate_appointments') method. Pass `startDate`, `endDate`, and the appointment array.
44

55
You may need this method in the following scenarios:
66

@@ -41,4 +41,4 @@ Use the following code snippet when you need to export events that fall within t
4141

4242
- [Scheduler API Reference](/api-reference/10%20UI%20Components/dxScheduler '/Documentation/ApiReference/UI_Components/dxScheduler/')
4343
- [getOccurrences(startDate, endDate, appointments)](/api-reference/10%20UI%20Components/dxScheduler/3%20Methods/getOccurrences(startDate_endDate_appointments).md '/Documentation/ApiReference/UI_Components/dxScheduler/Methods/#getOccurrencesstartDate_endDate_appointments')
44-
- [Occurrence](/api-reference/10%20UI%20Components/dxScheduler/9%20Types/Occurrence/Occurrence.md '/Documentation/ApiReference/UI_Components/dxScheduler/Types/Occurrence/')
44+
- [Occurrence](/api-reference/10%20UI%20Components/dxScheduler/9%20Types/Occurrence '/Documentation/ApiReference/UI_Components/dxScheduler/Types/Occurrence/')

metadata/syntax-data.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,26 +3274,6 @@
32743274
"react": "_ui_range_slider_ValueChangedEvent",
32753275
"vue": "Dx_ui_range_slider_ValueChangedEvent"
32763276
},
3277-
"_ui_recurrence_editor_ContentReadyEvent": {
3278-
"angular": "dxo-ui-recurrence-editor--content-ready-event",
3279-
"react": "_ui_recurrence_editor_ContentReadyEvent",
3280-
"vue": "Dx_ui_recurrence_editor_ContentReadyEvent"
3281-
},
3282-
"_ui_recurrence_editor_DisposingEvent": {
3283-
"angular": "dxo-ui-recurrence-editor--disposing-event",
3284-
"react": "_ui_recurrence_editor_DisposingEvent",
3285-
"vue": "Dx_ui_recurrence_editor_DisposingEvent"
3286-
},
3287-
"_ui_recurrence_editor_OptionChangedEvent": {
3288-
"angular": "dxo-ui-recurrence-editor--option-changed-event",
3289-
"react": "_ui_recurrence_editor_OptionChangedEvent",
3290-
"vue": "Dx_ui_recurrence_editor_OptionChangedEvent"
3291-
},
3292-
"_ui_recurrence_editor_ValueChangedEvent": {
3293-
"angular": "dxo-ui-recurrence-editor--value-changed-event",
3294-
"react": "_ui_recurrence_editor_ValueChangedEvent",
3295-
"vue": "Dx_ui_recurrence_editor_ValueChangedEvent"
3296-
},
32973277
"_ui_resizable_DisposingEvent": {
32983278
"angular": "dxo-ui-resizable--disposing-event",
32993279
"react": "_ui_resizable_DisposingEvent",
@@ -17543,32 +17523,6 @@
1754317523
"dxRangeSliderOptions.startName": {
1754417524
"vue": "start-name"
1754517525
},
17546-
"dxRecurrenceEditor": {
17547-
"angular": "dx-recurrence-editor",
17548-
"react": "RecurrenceEditor",
17549-
"vue": "DxRecurrenceEditor"
17550-
},
17551-
"dxRecurrenceEditorOptions.firstDayOfWeek": {
17552-
"vue": "first-day-of-week"
17553-
},
17554-
"dxRecurrenceEditorOptions.onContentReady": {
17555-
"vue": "@content-ready"
17556-
},
17557-
"dxRecurrenceEditorOptions.onDisposing": {
17558-
"vue": "@disposing"
17559-
},
17560-
"dxRecurrenceEditorOptions.onInitialized": {
17561-
"vue": "@initialized"
17562-
},
17563-
"dxRecurrenceEditorOptions.onOptionChanged": {
17564-
"vue": "@option-changed"
17565-
},
17566-
"dxRecurrenceEditorOptions.onValueChanged": {
17567-
"vue": "@value-changed"
17568-
},
17569-
"dxRecurrenceEditorOptions.startDate": {
17570-
"vue": "start-date"
17571-
},
1757217526
"dxResizable": {
1757317527
"angular": "dx-resizable",
1757417528
"react": "Resizable",

0 commit comments

Comments
 (0)