React-big-calendar: Event overlap example

Created on 15 Jun 2017  路  2Comments  路  Source: jquense/react-big-calendar

I am looking for a way to prevent event overlap,i had tried onSelectSlot but no luck here

All 2 comments

i had done it in server side but i am just curios if there any optimal way to do it in the client

Hi there. You can cancel the selection, e.g. Prevent it from selecting more or less by returning false from the onSelecting callback. Then you add some logic to check if the selection would overlap and cancel if so

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nicolasriccardi picture nicolasriccardi  路  3Comments

connercms picture connercms  路  3Comments

Beyazatli picture Beyazatli  路  3Comments

ZacharyLangley picture ZacharyLangley  路  3Comments

dogC76 picture dogC76  路  4Comments