Ionic-Calendar
Ionic-Calendar copied to clipboard
How to select multiple events on same date
In my project, I am try to select multiple events on selected date then I go to next page. So please tell me how to select on multiple event view. Thank you.
@abhijithp When you click a date, timeSelected callback will be triggered. You need to maintain an array to record your selected dates. You may also want to mark the selected date with some custom color, you could use monthviewDisplayEventTemplateUrl option to provide a customized view.