1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Method Synchronize ( 
 |    String participationID_i, 
 |    String calendarType_i, 
 |    String calendarID_i, 
 |    Boolean eventIsRecurring_i, 
 |    Boolean eventIsAllDay_i, 
 |    Duration eventStartTimeOfDay_i, 
 |    Duration eventDuration_i, 
 |    Date startDate_i, 
 |    Boolean hasSpecificPeriod_i, 
 |    String periodType_i, 
 |    Date periodStartDate_i, 
 |    Number periodNrOfOccurrences_i, 
 |    Date periodEndDate_i 
 |  ) 
 |  { 
 |    TextBody: 
 |    [* 
 |      this.SynchronizeRecurrencePeriod( participationID_i, 
 |                                        calendarType_i, 
 |                                        calendarID_i, 
 |                                        eventIsRecurring_i, 
 |                                        hasSpecificPeriod_i, 
 |                                        periodType_i, 
 |                                        periodStartDate_i, 
 |                                        periodNrOfOccurrences_i, 
 |                                        periodEndDate_i ); 
 |    *] 
 |    InterfaceProperties { Accessibility: 'Module' } 
 |  } 
 |  
  |