Calendar issue on iOS platform

Hello,
I am using the following calendar component in my Ionic
2 application https://www.npmjs.com/package/angular-calendar which is working on android device, but not on iOS device. Any help is appreciated.

Hi, @abhisheklamrood

Could you try Ionic Native Module

Thanks

Hi, @addwebsolution , I tried using the native calendar plugin, but in my application I am implementing events feature where user can set events for the particular dates, so when using this native plugin, events where created on the device’s calendar. So i was facing this issue hence I had to implement the angular calendar plugin.