Hi,
I wanted to get startDateTime and endDateTime on click of timeGridDay in FullCalendarReactive v5.
Note: not on event click.
Hello @Wasim Shaikh
https://fullcalendar.io/docs/v5
This link have full details realted to your query
Regards
Nikhil kumar vijay
you can go through this link hope this will help you
https://www.outsystems.com/forums/discussion/72412/fullcalendar-reactive-fullcalendar-reactive-displaying-default-time-that-not-ex/
https://www.outsystems.com/forums/discussion/81183/full-calendar-reactive-v5-when-i-click-the-calendar-how-can-i-get-the-datetim/
https://fullcalendar.io/docs/v5/initialDate
Hi @Nikhil Kumar Vijay
I checked that link, can you provide more details?
Thanks Nikhil for helping out
Hi Wasim,
You can get the event object by using the getEventById (eventid):https://fullcalendar.io/docs/Calendar-getEventById
And then, with the event object, you can access the start datetime and end datetime by the attributes start and end (event.start and event.end)
Let me know if this helped!
Cheers,
Paulo
Hi @Paulo Ritto ,
I want it on click of calendar not on click of event