You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
The text was updated successfully, but these errors were encountered: