Calendar-PhoneGap-Plugin icon indicating copy to clipboard operation
Calendar-PhoneGap-Plugin copied to clipboard

IOS - recurrenceByDay is not set

Open buymybm100 opened this issue 4 years ago • 1 comments

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

buymybm100 avatar Apr 14 '20 12:04 buymybm100

I have the same problem。recurrenceByDay = ‘MO,TU,WE,TH,FR,SA,SU’ is ignored

miaozhenkun avatar May 22 '20 03:05 miaozhenkun