I am using the Google Objective-C API. One user of mine is telling me
that they are getting an error "Invalid updated-min".

Here are the URLs that GDataQuery generates (with one part of the URL
removed and replaced with x)


http://www.google.com/calendar/feeds/x/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
http://www.google.com/calendar/feeds/xgroup.calendar.google.com/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
http://www.google.com/calendar/feeds/xgroup.calendar.google.com/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
http://www.google.com/calendar/feeds/xgroup.calendar.google.com/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
http://www.google.com/calendar/feeds/xgroup.calendar.google.com/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
http://www.google.com/calendar/feeds/xgroup.calendar.google.com/private/full?showdeleted=true&start-min=2009-02-25T18%3A05%3A37%2B10%3A00&updated-min=2009-03-12T18%3A03%3A16%2B10%3A00
Entity fetching is failed with error : Error
Domain=com.google.GDataServiceDomain Code=400 UserInfo=0x44c29f0
"Operation could not be completed. (Invalid updated-min)"
{
    NSLocalizedFailureReason = "(Invalid updated-min)";
    error = "Invalid updated-min";
}

I don't see what the problem is - it all looks properly escaped and
even proper data. Here is the last URL decoded:
full?showdeleted=true&start-min=2009-02-25T18:05:37+10:00&updated-
min=2009-03-12T18:03:16+10:00

Any idea why?

--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to