1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| Quintiq file version 2.0
| #parent: #root
| Method SynchronizeRecurrencePeriod (
| String participationID_i,
| String calendarType_i,
| String calendarID_i,
| Boolean eventIsRecurring_i,
| Boolean hasSpecificPeriod_i,
| String periodType_i,
| Date periodStartDate_i,
| Number periodNrOfOccurrences_i,
| Date periodEndDate_i
| )
| {
| TextBody: '// Must be overridden'
| InterfaceProperties { Accessibility: 'Module' }
| }
|
|