gbrits / ionic-calendar

A calendar component for the Ionic 3 hybrid mobile development platform
21 stars 46 forks source link

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

Open 007Arkadeep opened 4 years ago

007Arkadeep commented 4 years ago

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.

codehack26 commented 4 years ago

How to add titles on particular dates?