views:

367

answers:

2

Hi is there a way to prevent overlapping events in jQuery FullCalendar? Thanks in advance!

A: 

allowCalEventOverlap: [boolean | default: false] – Whether the calendar will allow events to overlap. Events will be moved or resized if necessary if they are dragged or resized to a location that overlaps another calendar event.

is that what you were looking for?

Eggie
I think this is for jQuery Week Calendar ;) It doesn't work with jQuery FullCalendar.
haha yeah just figured the same thing, sorry.maybe your answer is in here;http://code.google.com/p/fullcalendar/issues/detail?id=218
Eggie
A: 

See this other SO thread for a technique that worked for me.

http://stackoverflow.com/questions/2516050/in-the-fullcalendar-dayclick-event-can-i-get-the-events-that-already-exist-in-cl

jm32