Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
007Arkadeep opened this issue Dec 21, 2019 · 1 comment

Comments

@007Arkadeep
Copy link

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
Copy link

How to add titles on particular dates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants