Issue 599: eventResize callback with fullDay object
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by kea...@gmail.com, Aug 10, 2010
Hi, I'm trying to use Google Calendar with eventResize callback. Is there any other way to check if the calendar is full-day? It keep returning 00-00-00 for time and I can't determine if it's 12am or just fullday.

Is it possible to add one more object fullDay in the callback? So I just need to check if the value is true or false to change the right value.

Your script rocks! :D

Regards,
Kear Tian Seng
kearts@gmail.com
Aug 25, 2010
Project Member #1 adamrs...@gmail.com
an event object has an allDay property that you are probably looking for
http://arshaw.com/fullcalendar/docs/event_data/Event_Object/
Status: Done