Fullcalendar: How to block dragging event on fullcalendar with specific date range?

Created on 19 Jul 2017  路  3Comments  路  Source: fullcalendar/fullcalendar

Most helpful comment

In combination with @cptx032's answer you can use businessHours to grey out the specific area as you can see here

All 3 comments

You can use eventDrop callback calling revertFunc if the event is moved to a wrong range (https://fullcalendar.io/docs/event_ui/eventDrop/)

@cptx032 Thanks for your help. Could I have a solution better than this? I mean that some technic fullcalendar configuration.

In combination with @cptx032's answer you can use businessHours to grey out the specific area as you can see here

Was this page helpful?
0 / 5 - 0 ratings