how can i set array in EKRecurrenceRule for day of the week?
i want to add event on every week in specific day selected by user. it can be one or more or may be all day. i'm storing day value selected by user in model class variable. But when i adding event and select days suppose today is monday and i select Tuesday and Wednesday and save it. then i check in iphone calendar it added in Monday and Wednesday. i cant understand this problem, even i debug my code i get right value for day selection in model class variable then why result different ? Suggest me any solution or idea. Thanks var days = [EKRecurrenceDayOfWeek]() if routineData.routine_monday =