How to disable business hours in FullCalendar -
i trying incorporate fullcallendar in 1 of our application show events. facing problem business hours. in month view showing wrong end date (one day less actual) if event ends before 9 am. example, have 2 following events
event 1: start date&time : 2016-11-09t10:00, end date&time : 2016-11-20t17:30 event 2: start date&time : 2016-11-09t10:00, end date&time : 2016-11-20t08:30
in case in month view, event 1 covering dates 9 20, event 2 covering dates 9 19.
i tried in google issue , found following link
but not solved issue. want disable business hours. tried setting false. nothing happen.
please help
please use nextdaythreshold
option in full calendar
nextdaythreshold: '00:00:00'
for more information: https://fullcalendar.io/docs/event_rendering/nextdaythreshold/
Comments
Post a Comment