The [EMAIL PROTECTED] calendar has an <updated> time that is less than the <updated> times of its event entries. See the following XML response:
<feed xmlns:gd="http://schemas.google.com/g/2005" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns:gCal="http:// schemas.google.com/gCal/2005" xmlns="http://www.w3.org/2005/Atom"> <gCal:timezone value="America/Los_Angeles"></gCal:timezone> <gCal:timesCleaned value="0"></gCal:timesCleaned> <id>http://www.google.com/calendar/feeds/japanese__en %40holiday.calendar.google.com/private/full</id> <generator version="1.0" uri="http://www.google.com/ calendar">Google Calendar</generator> <title type="text">Japanese Holidays</title> <subtitle type="text">Japanese Holidays</subtitle> <link rel="alternate" type="text/html" href="http://www.google.com/ calendar/[EMAIL PROTECTED]"></link> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ japanese__en%40holiday.calendar.google.com/private/full"></link> <link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ japanese__en%40holiday.calendar.google.com/private/full/batch"></link> <link rel="self" type="application/atom+xml" href="http:// www.google.com/calendar/feeds/japanese__en%40holiday.calendar.google.com/private/full?updated-min=1970-01-01T00:00:00.000Z&start-index=1&max-results=50&sortorder=ascending"></link> <link rel="next" type="application/atom+xml" href="http:// www.google.com/calendar/feeds/japanese__en%40holiday.calendar.google.com/private/full?updated-min=1970-01-01T00:00:00.000Z&start-index=51&max-results=50&sortorder=ascending"></link> <author> <name>Japanese Holidays</name> </author> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#event"></category> <updated>2008-11-25T20:13:58Z</updated> <openSearch:totalResults>124</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>50</openSearch:itemsPerPage> <entry> <gd:eventStatus value="http://schemas.google.com/g/ 2005#event.confirmed"></gd:eventStatus> <gd:transparency value="http://schemas.google.com/g/ 2005#event.opaque"></gd:transparency> <gd:visibility value="http://schemas.google.com/g/ 2005#event.public"></gd:visibility> <gd:where></gd:where> <gd:comments> <gd:feedLink href="http://www.google.com/calendar/feeds/ japanese__en%40holiday.calendar.google.com/private/full/h %405b3af97590bf2ce043c89fefec83b7f747824399/comments"></gd:feedLink> </gd:comments> <gd:who rel="http://schemas.google.com/g/2005#event.organizer" valueString="Japanese Holidays" email="[EMAIL PROTECTED]"></gd:who> <gCal:sequence value="1"></gCal:sequence> <gd:when startTime="2007-09-23" endTime="2007-09-24"></ gd:when> <gCal:uid value="[EMAIL PROTECTED]@google.com"></ gCal:uid> <id>http://www.google.com/calendar/feeds/japanese__en %40holiday.calendar.google.com/private/full/h %405b3af97590bf2ce043c89fefec83b7f747824399</id> <title type="text">Autumnal equinox</title> <content type="text"></content> <published>2008-11-25T20:23:45Z</published> <updated>2008-11-25T20:23:45Z</updated> <link rel="alternate" type="text/html" href="http:// www.google.com/calendar/event?eid=aEA1YjNhZjk3NTkwYmYyY2UwNDNjODlmZWZlYzgzYjdmNzQ3ODI0Mzk5IGphcGFuZXNlX19lbkBo" title="alternate"></link> <link rel="self" type="application/atom+xml" href="http:// www.google.com/calendar/feeds/japanese__en%40holiday.calendar.google.com/private/full/h%405b3af97590bf2ce043c89fefec83b7f747824399"></link> <author> <name>Japanese Holidays</name> </author> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#event"></category> </entry> ... This discrepancy makes it impossible to do an updated-min query that is based on the <updated> times of the entries, because the calendar <updated> time is short circuiting the query and returning zero entries. For example: <feed xmlns:gd="http://schemas.google.com/g/2005" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns:gCal="http:// schemas.google.com/gCal/2005" xmlns="http://www.w3.org/2005/Atom"> <gCal:timezone value="America/Los_Angeles"></gCal:timezone> <gCal:timesCleaned value="0"></gCal:timesCleaned> <id>http://www.google.com/calendar/feeds/japanese__en %40holiday.calendar.google.com/private/full</id> <generator version="1.0" uri="http://www.google.com/ calendar">Google Calendar</generator> <title type="text">Japanese Holidays</title> <subtitle type="text">Japanese Holidays</subtitle> <link rel="alternate" type="text/html" href="http://www.google.com/ calendar/[EMAIL PROTECTED]"></link> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ japanese__en%40holiday.calendar.google.com/private/full"></link> <link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ japanese__en%40holiday.calendar.google.com/private/full/batch"></link> <link rel="self" type="application/atom+xml" href="http:// www.google.com/calendar/feeds/japanese__en%40holiday.calendar.google.com/private/full?updated-min=2008-11-25T20:23:45.000Z&start-index=1&max-results=50&sortorder=ascending"></link> <author> <name>Japanese Holidays</name> </author> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#event"></category> <updated>2008-11-25T20:13:58Z</updated> <openSearch:totalResults>0</openSearch:totalResults> <openSearch:startIndex>1</openSearch:startIndex> <openSearch:itemsPerPage>50</openSearch:itemsPerPage> </feed> Why is this Japanese Holiday calendar is broken? Are there legitimate reasons for a calendar's <updated> time to be less than its entries <updated> times? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
