EddyVerbruggen / Calendar-PhoneGap-Plugin

:date: Cordova plugin to Create, Change, Delete and Find Events in the native Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOS - recurrenceByDay is not set

buymybm100 opened this issue · 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

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