jQuery Week Calendar overlapping problem
Posted
by araid
on Stack Overflow
See other posts from Stack Overflow
or by araid
Published on 2010-05-19T17:18:29Z
Indexed on
2010/05/19
17:20 UTC
Read the original article
Hit count: 193
Hi,
I'm developing an application with uses this calendar for resource reservation, but I have a problem when creating a new event.
I don't want events to overlap, so I set allow allowCalEventOverlap to false. However, it still overlaps in a transparent way. But the biggest problem is that I can't drag an event if there's another on the same day, even if their start and end dates don't overlap.
You can try this strange behavior in the 2nd demo: http://robmonie.github.com/jquery-week-calendar/weekcalendar_demo_2.html
Any help on how to fix or understand it will be very appreciated.
Regards,
© Stack Overflow or respective owner