Cordova Calendar find events in range for iOS

I’ve implemented the ngCordova $cordovaCalendar plugin http://ngcordova.com/docs/plugins/calendar/ and I’m making use of the “. listEventsInRange()” method on Android. I realise that this method doesn’t work on iOS and the available method is “findEvent()”. However I need the same functionality on both platforms for a suggestive style search.

My question is how do you find a list of events from an iOS device given a date range? It seems a little silly to lookup an event “exactly” if you don’t know what you’re looking for…seems a little stab around in the dark-ish.

Can you provide the date ranges only as arguments to the findEvent() method? or is there a better way to go about this that I’m missing.

Cheers for any help you can throw my way!