Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flowing-in fullcalendar events? An impossible layout? Pic included

Here's a mockup of what I'm looking for. Please forgive the chocolate smudges:

mockup

I think this is impossible with fullcalendar, after looking at the html it generates: (It doesn't lay out each day individually. Instead, the events fit into horizontal elements that stretch the width of the entire calendar.) But I figured I'd ask anyhow: How can I do this?

Question 2: If impossible, can anyone recommend a calendar widget that can do this? It shouldn't be hard, if designed from the ground-up to support this kind of layout.

FYI: My reason for wanting this is to fully display all the kinds of events that are available on particular days. Basically, to be able to show more than 3 or so events per day in the month view. Then, when a user hovers or clicks, I'll show time and details for a particular day.

like image 520
Dogweather Avatar asked Jul 11 '12 18:07

Dogweather


1 Answers

It's not possible because if you assigned the event for two days meany its will show the event message for two day so it will occupied the two column full width.Because it will show the message to the user event for two days.

If you assigned the event for single day its will occupied the full width. and text event will be in the second line only.

like image 149
Gokulakrishnan S Avatar answered Oct 01 '22 19:10

Gokulakrishnan S