Open abhijithp opened 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.
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.