Issue 1370: need view start date in DayEventRenderer
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by mkirthik...@gmail.com, Apr 9, 2012
Hello,

I am customizing the full calendar to show 2 week at a time. And currently all my events are showing up in the first week only.
I order for me to place the events in the correct place, i will need view start date in the DayEventRenderer.

else if (viewName == 'resourceTwoWeek') {
	                leftCol = dayOf2WeekCol(seg.start.getDay());
	                rightCol = dayOf2WeekCol(seg.end.getDay() - 1);
	            }
i can use the view start date in the above code to calculate the appropriate day number.

Thank you
Aug 15, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid