Reputation: 244
I'm new to AngularJS and Ionic Framework, My present project now is to develop and integrate calendar event application for a mobile app. I already have the UI and only the integration is my problem to achieve this. Do you have guys any links or tutorial on how to do this? Thanks in advance!
Upvotes: 8
Views: 19445
Reputation: 2486
You have a couple options:
make a calendar ui 1: http://angular-ui.github.io/ui-calendar/
use native device calendar 2:https://blog.nraboy.com/2015/02/using-native-device-calendar-ionic-framework/
do the same with ng-cordova 3: http://ngcordova.com/docs/plugins/calendar/
Upvotes: 4