You need to convert JavaScript datetime objects into Gdata ones rather than using them directly // Create and set the minimum and maximum start time for the date query var startMin = new google.gdata.DateTime(startTime); var startMax = new google.gdata.DateTime(endTime); query.setMinimumStartTime(startMin); query.setMaximumStartTime(startMax);
-- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
