Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calendar for Ionic Framework

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!

like image 454
JustAce Avatar asked Jul 30 '15 08:07

JustAce


People also ask

How do I add a calendar to ionic 5?

Getting Started with the Ionic 5 Calendar To use the calendar, you need to import it into the according page module. If you also want to localisee it for a specific language, you can use the registerLocaleData from Angular and import the language package you need.


1 Answers

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/

like image 181
Jess Patton Avatar answered Oct 17 '22 07:10

Jess Patton