Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fullcalendar - Disable overlapping events

Tags:

fullcalendar

I have a calendar that displays appointments for particular person. How do I set fullcalendar up so that events on the calendar can not overlap each other?

Thanks

like image 367
zyang91 Avatar asked Aug 17 '11 18:08

zyang91


1 Answers

This option was incorporated since 2.20

eventOverlap: false

http://fullcalendar.io/docs/event_ui/eventOverlap/

like image 176
el_quick Avatar answered Dec 30 '22 02:12

el_quick