Any news on calender component for ionic 2. Started using ionic 2 for creating mobile apps, but one of the key component missing is calender. Is it in pipeline or is it never going to be shipped with ionic 2. Please can someone provide an update on this.
what do you mean with ācalendarā --> access to the phone calendar? get and set events/appointments? for those tasks you can use the native cordova calendar plugin.
e.g. http://ionicframework.com/docs/v2/native/calendar/
Sorry for the confusion on what I am looking for. I am looking for something similar to nativescript ui calender. I feel that this is something that would be quite useful, at least for my use cases.
Hmm, this is a great idea for a component! I donāt think we have any plans to to add this (at the moment).
But if you want to open an issue for this, it could make a great addition. Either that or a great community component
A good place to start to be honest would be the datetime or toast component. They all build off the viewController in V2ās core that allows for the animation and presentation. Then it could be wrapped like
NativeScript is another front-end framework working with angular 2. And that calendar is a component available in nativescript and hopefully soon in Ionic 2.
How do you use it? Iāve seen their npm page but not been able to make it work. And their github page gives an 404 error. I thought the project was dead.
Iām doing an import in the ts file: import { ION_CALENDAR_DIRECTIVES, IonCalendar } from '@ionic2-extra/calendar';
If āion-calendarā is an Angular component, then verify that it is part of this module.
If āion-calendarā is a Web Component then add āCUSTOM_ELEMENTS_SCHEMAā to the ā@NgModule.schemasā of this component to suppress this message.
@codeartisan Is this a date picker or an actual calendar? I need a calendar where i can show some events. Is that possible with ionic2-extra/calendar??
@severus_me this is an actual calendar. Iām using this as an addition to the āupcoming eventsā views in my app. With the calendar you can jump between months and years, and display content on each date
can you post a example of a ION_CALENDAR_DIRECTIVES + ionCalendar implementation ?
I got this console error:
Error: Uncaught (in promise): Error: Template parse errors:
āion-calendarā is not a known element:
If āion-calendarā is an Angular component, then verify that it is part of this module.
If āion-calendarā is a Web Component then add āCUSTOM_ELEMENTS_SCHEMAā to the ā@NgModule.schemasā of this component to suppress this message. ("