Get all events from specific calendar (ionic native calendar)

Hi everyone,

When using ionic-native calendar, how can I list all events of a specific calendar in android and iOS?

I know iOS has the findAllEventsInNamedCalendar function so that one might be covered, but android only has a listEventsInRange function.

I’m guessing this gets all the events within a specific range from all of the calendars.
What if I wanted to get only the events of a specific calendar, would I have to filter them by hand somehow? Plus I would want to get all of them and not just a specific range.

How would I be able to accomplish this?

Also, I don’t really see a difference between the enterprise version of this plugin and the open source version of this plugin. If I ever did want to go for the enterprise edition, what would that bring me?

Please advice,
Simbaclaws