ScheduledEventRecurrenceRule
Documentation / @discordeno/bot / ScheduledEventRecurrenceRule
Interface: ScheduledEventRecurrenceRule
Defined in: bot/src/transformers/types.ts:1615
Properties
byMonth
byMonth:
DiscordScheduledEventRecurrenceRuleMonth[] |null
Defined in: bot/src/transformers/types.ts:1629
Set of specific months to recur on
byMonthDay
byMonthDay:
number[] |null
Defined in: bot/src/transformers/types.ts:1631
Set of specific dates within a month to recur on
byNWeekday
byNWeekday:
DiscordScheduledEventRecurrenceRuleNWeekday[] |null
Defined in: bot/src/transformers/types.ts:1627
List of specific days within a specific week (1-5) to recur on
byWeekday
byWeekday:
DiscordScheduledEventRecurrenceRuleWeekday[] |null
Defined in: bot/src/transformers/types.ts:1625
Set of specific days within a week for the event to recur on
byYearDay
byYearDay:
number[] |null
Defined in: bot/src/transformers/types.ts:1633
Set of days within a year to recur on (1-364)
count
count:
number|null
Defined in: bot/src/transformers/types.ts:1635
The total amount of times that the event is allowed to recur before stopping
end
end:
number|null
Defined in: bot/src/transformers/types.ts:1619
Ending time of the recurrence interval
frequency
frequency:
DiscordScheduledEventRecurrenceRuleFrequency
Defined in: bot/src/transformers/types.ts:1621
How often the event occurs
interval
interval:
number
Defined in: bot/src/transformers/types.ts:1623
The spacing between the events, defined by frequency. For example, frequency of Weekly and an interval of 2 would be "every-other week"
start
start:
number
Defined in: bot/src/transformers/types.ts:1617
Starting time of the recurrence interval