Phonegap: local notification repeat every Sunday of the week?
I'm trying to implement the Phonegap local notification in my project. I'm using this plugin: de.appplant.cordova.plugin.local-notification-custom I have installed the plugin and tested it and it works fine. I tested it with this code and it works fine: cordova.plugins.notification.local.schedule({ id : 1, title : 'I will bother you every minute', text : '.. until you cancel all notifications', sound : null, every : 'minute', autoClear : false, at : new Date(new Date().getTime() + 10*1000) }); The above notification will run every minute and work fine. Now, I need to set a local notification