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
Right now according to the documentation, there is no way to find out the time user clicked in the calendar view - only date is getting referenced. Are there plans to enable time to be returned in the click event? Any workaround possible to achieve this result? That would be useful if the app wants to implement the functionality to create an event right from the calendar view.
Thank you!!
The text was updated successfully, but these errors were encountered:
Thank you @tomosterlund for your response! The way I actually envisioned the API is as simple as it sounds - allow click event to propagate passing date/time into an event listener when user clicks anywhere on the calendar view. It could be as basic as just recognizing start date/time in the day/week view (date in the month view perhaps). And if there is a need to be more sophisticated - the calendar can allow for predefined interval to be initiated upon a click (I believe this is what you are referring to). My idea is while using intervals is totally suitable, it requires some additional setup, which could be made optional (with certain assumptions like duration for example). Again, just having start date/time passed into click event would be a great starting point for this feature. Thank you!
Right now according to the documentation, there is no way to find out the time user clicked in the calendar view - only date is getting referenced. Are there plans to enable time to be returned in the click event? Any workaround possible to achieve this result? That would be useful if the app wants to implement the functionality to create an event right from the calendar view.
Thank you!!
The text was updated successfully, but these errors were encountered: