jQuery Week Calendar - side by side display of conflicting events? -


i"m using jquery week calendar (https://github.com/robmonie/jquery-week-calendar/wiki) in order display large number of different events. (many) of these events overlap.

is possible show events side-by-side (similar how google's calendar web app it) instead of having them overlap?

yes , easy implement. when calling calendar in jquery , setting of parameters such timeslotsperhour etc. add in:

overlapeventsseparate : true, 

after have set allowcaleventoverlap , there go.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -