EddyVerbruggen / Calendar-PhoneGap-Plugin

:date: Cordova plugin to Create, Change, Delete and Find Events in the native Calendar
773 stars 402 forks source link

Monthly recurring event #553

Open jruimartins opened 3 years ago

jruimartins commented 3 years ago

I'm getting two different behaviours when creating the same event on IOS and Android. On Android a monthly recurring event repeats for example every second Friday of the month (x weekday of the month), while on IOS it repeats every 10th of the month (x day of the month).

Are these 2 different behaviours expected?

I actually want the behaviour I'm getting on Android. Is there a way to do it like that on IOS?