Issue 204: Space on right side of agenda events configurable through CSS
Status:  Released
Owner: ----
Closed:  Aug 2014
Reported by jay.wine...@gmail.com, Nov 21, 2009
What steps will reproduce the problem?
1. Create a long event but isn't an "allDay" event.
2. Try to add another event (by clicking on the calendar) at some point in
time which overlaps the long event. It is difficult for some of my users to
get the cursor to the narrow space left by the long event.

What version of the product are you using?
1.4

Please provide any additional information below.
I'm not sure if it's possible right now with css, but it would be great if
the width of a single event in the week-agenda view was configurable.  It
currently leaves only about 5% of the horizontal space, which is just too
little room for some people to easily/quickly click on. It gets even worse
if there are 2 stacked events.
Nov 26, 2009
Project Member #1 adamrs...@gmail.com
i agree. instead of making it a setting, i think i will require there to always be at
least 10 or 15 pixels of space between the event and edge. i think right now it goes
off of a percentage of the day's width, which can sometimes be too small. i'll get
this is in an upcoming release. thanks for the report.
Status: Accepted
Dec 3, 2009
Project Member #2 adamrs...@gmail.com
in 1.4.2 (just released), there is always guaranteed to be at least 10 pixels of
space on the right of agenda events. in the future though, this will be fully
configurable through the stylesheet, but for now it is hardcoded (waiting to break
backwards compatibility w/ the stylesheet in v1.5)
Summary: Space on right side of agenda events configurable through CSS
Labels: -Type-Defect Type-Enhancement
Jun 16, 2010
Project Member #3 adamrs...@gmail.com
 Issue 505  has been merged into this issue.
Jul 29, 2012
#4 richard.oastler
which function in fullcalendar.js defines this width? we are only using droppable events and therefore would like to remove this space.
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Enhancement -Priority-Medium Type-BehaviorMod
Aug 14, 2013
Project Member #6 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-BehaviorMod Type-Feature
Jun 15, 2014
Project Member #8 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-skeleton
Jul 23, 2014
Project Member #9 adamrs...@gmail.com
This is now possible in v2.1 (beta)
http://blog.arshaw.com/1/post/2014/07/fullcalendar-210-beta.html

How to customize it:
https://github.com/arshaw/fullcalendar/blob/v2.1.0-beta1/dist/fullcalendar.css#L676-L682

I would really appreciate if you could verify this. Thanks a lot!
Aug 14, 2014
Project Member #10 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 26, 2014
Project Member #11 adamrs...@gmail.com
This issue has been resolved with the official release of v2.1.0:
http://blog.arshaw.com/1/post/2014/08/fullcalendar-210-released.html

Please post any follow-up bug reports or feature requests as separate issues. Thanks.
Status: Released