publish
plugins.it2be_outlook.IORecurrence info


Servoy Properties Summary
Number dayOfMonth
Number dayOfWeekMask
Number duration
Date endTime
Number instance
Number interval
Number monthOfYear
Date patternEndDate
Date patternStartDate
RecurrenceType recurrenceType
Date startTime


Servoy Methods Summary
IOAppointment getOccurrence( Date )


Servoy Properties Details


dayOfMonth
Number  dayOfMonth
Get/Set the day of the month
Returns
Number  day int

Supported Clients
SmartClient


dayOfWeekMask
Number  dayOfWeekMask
Get/Set the day of the week mask
Returns
Number  day int

Supported Clients
SmartClient


duration
Number  duration
Get/Set the duration
Returns
Number  duration int

Supported Clients
SmartClient


endTime
Date  endTime
Get/Set the end time
Returns
Date  date Date

Supported Clients
SmartClient


instance
Number  instance
Get/Set the instance
Returns
Number  instance int

Supported Clients
SmartClient


interval
Number  interval
Get/Set the interval
Returns
Number  interval int

Supported Clients
SmartClient


monthOfYear
Number  monthOfYear
Get/Set the month of the year
Returns
Number  month int

Supported Clients
SmartClient


patternEndDate
Date  patternEndDate
Get/Set the pattern end date
Returns
Date  date Date

Supported Clients
SmartClient


patternStartDate
Date  patternStartDate
Get/Set the pattern start date
Returns
Date  date Date

Supported Clients
SmartClient


recurrenceType
RecurrenceType  recurrenceType
Get/Set the recurrence type
Returns
RecurrenceType  type RecurrenceType

Supported Clients
SmartClient


startTime
Date  startTime
Get/Set the start date
Returns
Date  date Date

Supported Clients
SmartClient

Servoy Methods Details


getOccurrence
IOAppointment  getOccurrence( Date )
Get/Set the occurence
Parameters
Date  startDate  the start date

Returns
IOAppointment  appointment IOAppointment

Supported Clients
SmartClient