setRecurrenceType method

EventSchedulerBuilder setRecurrenceType(
  1. RecurrenceType type
)

Sets the type of recurrence for the event.

Implementation

EventSchedulerBuilder setRecurrenceType(RecurrenceType type) {
  _recurrenceType = type;
  return this;
}