Calendar-PhoneGap-Plugin
Calendar-PhoneGap-Plugin copied to clipboard
IOS - recurrenceByDay is not set
For a recurrence such as "Repeat weekly on Mondays, Wednesdays and Fridays" , the option recurrenceByDay is not being set on IOS.
eg. let calOptions = window.plugins.calendar.getCalendarOptions(); // grab the defaults calOptions.recurrence = 'weekly; // supported are: daily, weekly, monthly, yearly calOptions.recurrenceInterval=rrule.interval; calOptions.recurrenceByDay="MO,WE,FR"; // ignored
I have the same problem。recurrenceByDay = ‘MO,TU,WE,TH,FR,SA,SU’ is ignored