Ionic-Calendar icon indicating copy to clipboard operation
Ionic-Calendar copied to clipboard

How to select multiple events on same date

Open abhijithp opened this issue 6 years ago • 1 comments

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 avatar Jul 26 '18 11:07 abhijithp

@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.

twinssbc avatar Jul 29 '18 01:07 twinssbc