Is it possible in fullcalendar to align some event box to the bottom instead of the default normal top align in the month view?
The idea is to have some events aligned up and others aligned down. (Important events up, less important events down (even in the same day)).
Thanx in Advance…
Attorn
The way I would handle it is to make sure that you have your two event sources in the order that you want them to display. AKA. Google 1 then Google 2….
Then I would assign a className: object to the top source and add a css margin-bottom:15px to the className that you gave the source. This will separate the two sources as I think the goal is to do.