RecurrenceTemplate Object
Bu içerik henüz dilinizde mevcut değil.
The fields in this section list which values can be retrieved when querying RecurrenceTemplate records.
calendar (
Calendar
)
Select a calendar to skip occurrences of the recurrence during off-hours and holidays.
day (
Int
)
Required
when
frequency
is
daily
, ignored in all other cases. List of days of the week, e.g.
1,2,3,4,5
.
0: Sunday1: Monday2: Tuesday3: Wednesday4: Thursday5: Friday6: Saturday
dayOfMonth (
Int
)
Required
when
frequency
is
monthly
and
day_of_week
is
false
, ignored
in all other cases. List of days of the month, e.g.
11,21,-1
.
1: Day one2: Day two3: Day three- …
30: Day thirty31: Day thirty-one-1: Last day of month
dayOfWeek (
Boolean
)
Indicates whether or not the
dayOfWeekIndex
and
dayOfWeekDay
values should
be considered. Can only be set to
true
when
frequency
is
monthly
or
yearly
.
dayOfWeekDay (
DayNames
)
Required
when
dayOfWeek
is
true
, ignored in all other cases. list of days of the week.
dayOfWeekIndex (
RecurrenceDayOfWeekIndex
)
Required
when
dayOfWeek
is
true
, ignored in all other cases.
disabled (
Boolean
)
Whether recurrency should be temporarily disabled.
frequency (
RecurrenceFrequency
)
The frequency of the recurrency.
interval (
Int
)
The interval of the Frequency, e.g. every 2nd week or every 10th day.
monthOfYear (
Int
)
Required
when
frequency
is
yearly
, ignored in all other cases. List of months of the year, e.g.
3,6,9,12
.
1: January2: February3: March4: April5: May6: June7: July8: August9: September10: October11: November12: December
timeOfDay (
ISO8601Time
)
The time of day to start the scheduled occurrence.
timeZone (
TimeZone
)
The time zone for the
timeOfDay
field.