customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

How to display multiple Events in calendar for the same date #29

Closed syedkhaleel2010 closed 10 years ago

syedkhaleel2010 commented 10 years ago

How we can display multiple events in the month calendar for the same date.. now the problem is that events of same day are overlapping with each other. how can i display multiple events one after the other in month view calendar

jarrettchisholm commented 10 years ago

Do these setting properties do anything for you?:

minwidth        : 100,
minheight       : 50,
overlapoffset   : 30

I think the overlapoffset is the key one...Works for me in week and day view...

samatcd commented 10 years ago

This was a bug in an older version where the month calendars events wouldn't cascade down the month view. This now works correctly.