Package com.ringcentral.definitions
Class RecurrenceInfo
java.lang.Object
com.ringcentral.definitions.RecurrenceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionNumber of meeting occurrences Format: int32Recurrence time frame Enum: Daily, Weekly, MonthlyRecurrence interval.The supported range is 1-31 Format: int32Supported together with `weeklyByDay` Enum: Last, First, Second, Third, FourthThis field is used only if you're scheduling a recurring meeting of type `3` to state a specific day in a week when the monthly meeting should recur; it works together with `MonthlyByWeek` field.Meeting expiration date-timeString[]
Enum: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmonthlyByDay
(Long monthlyByDay) monthlyByWeek
(String monthlyByWeek) monthlyByWeekDay
(String monthlyByWeekDay) weeklyByDays
(String[] weeklyByDays)
-
Field Details
-
frequency
Recurrence time frame Enum: Daily, Weekly, Monthly -
interval
Recurrence interval. The supported ranges are: 1-90 for `Daily`; 1-12 for `Weekly`; 1-3 for `Monthly` Format: int32 -
weeklyByDays
Enum: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday -
monthlyByDay
The supported range is 1-31 Format: int32 -
monthlyByWeek
Supported together with `weeklyByDay` Enum: Last, First, Second, Third, Fourth -
monthlyByWeekDay
This field is used only if you're scheduling a recurring meeting of type `3` to state a specific day in a week when the monthly meeting should recur; it works together with `MonthlyByWeek` field. The values are: 1 - Sunday; 2 - Monday; 3 - Tuesday; 4 - Wednesday; 5 - Thursday; 6 - Friday; 7- Saturday Enum: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday -
count
Number of meeting occurrences Format: int32 -
until
Meeting expiration date-time
-
-
Constructor Details
-
RecurrenceInfo
public RecurrenceInfo()
-
-
Method Details
-
frequency
-
interval
-
weeklyByDays
-
monthlyByDay
-
monthlyByWeek
-
monthlyByWeekDay
-
count
-
until
-