OK, but what about C#? I was using the example from the web documentation. I think it might have been the time portion of the DateTime object that was throwing it all out. I noticed in the examples it was only hsowing the "date" and I could not work out how to pass a DateTime object with just the date portion.
So I decided to use expended parameters and manual formatting. On Mon, Oct 10, 2011 at 12:33 PM, MymsMan <[email protected]> wrote: > 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 > -- 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
