twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

How to select multiple events on same date #173

Open abhijithp opened 6 years ago

abhijithp commented 6 years ago

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.

twinssbc commented 6 years ago

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