daysOfWeek property

List<DayOfWeek>? daysOfWeek
getter/setter pair

The days of the week that this event occurs on. Only applicable to recurrence rules with a weekly, monthly or yearly frequency

Implementation

List<DayOfWeek>? daysOfWeek = [];