ionic-calendar icon indicating copy to clipboard operation
ionic-calendar copied to clipboard

How to add title on every events in currentEvents array of ionic3-calendar-en

Open 007Arkadeep opened this issue 5 years ago • 1 comments

This was the array described in documentation. this.currentEvents = [ { year: 2019, month: 11, date: 25, }, { year: 2019, month: 11, date: 27 } ];

I want to add title in this currentEvents array. So that the calendar shows the green dots with that title of the events.

007Arkadeep avatar Dec 21 '19 06:12 007Arkadeep

How to add titles on particular dates?

codehack26 avatar Apr 17 '20 07:04 codehack26