Here is another example of the same bug: <?xml version="1.0" encoding="UTF-8"?> <feed xmlns:app="http://purl.org/atom/app#" xmlns:gd="http:// schemas.google.com/g/2005" xmlns:gCal="http://schemas.google.com/gCal/ 2005" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns="http://www.w3.org/2005/Atom"> <entry xmlns:app="http://purl.org/atom/app#" xmlns:gd="http:// schemas.google.com/g/2005" xmlns:gCal="http://schemas.google.com/gCal/ 2005" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns="http://www.w3.org/2005/Atom"> <gd:extendedProperty value="75259A60-153E-453E-95D5- B618EF10E2ED" name="busymac.com#uid"></gd:extendedProperty> <gd:recurrence>DTSTART:20080721T163000Z DTEND:20100721T173000Z RRULE:FREQ=DAILY BEGIN:VTIMEZONE TZID:GMT BEGIN:STANDARD DTSTART:19700101T000000 TZOFFSETTO:+0000 TZOFFSETFROM:+0000 TZNAME:GMT END:STANDARD END:VTIMEZONE </gd:recurrence> <gd:transparency value="http://schemas.google.com/g/ 2005#event.opaque"></gd:transparency> <title>Test This</title> <content type="text"></content> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#event"></category> </entry> </feed>
Response: <?xml version="1.0" encoding="UTF-8"?> <atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:gd="http://schemas.google.com/g/2005" xmlns:batch="http:// schemas.google.com/gdata/batch" xmlns:gCal="http://schemas.google.com/ gCal/2005"> <id>http://www.google.com/calendar/feeds/ alocjfh66d1i3gn2rlsnn7aa28%40group.calendar.google.com/private/full</ id> <title type="text">Batch Feed</title> <atom:link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ alocjfh66d1i3gn2rlsnn7aa28%40group.calendar.google.com/private/full"></ atom:link> <atom:link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ alocjfh66d1i3gn2rlsnn7aa28%40group.calendar.google.com/private/full"></ atom:link> <atom:link rel="http://schemas.google.com/g/2005#batch" type="application/atom+xml" href="http://www.google.com/calendar/feeds/ alocjfh66d1i3gn2rlsnn7aa28%40group.calendar.google.com/private/full/ batch"></atom:link> <updated>2008-07-12T16:28:17Z</updated> <atom:entry> <batch:status code="500" reason="Internal Error"></ batch:status> <title type="text">Error</title> <content type="text">Internal Error</content> <updated>2008-07-12T16:28:17Z</updated> </atom:entry> </atom:feed> This event cannot be created through the Google Calendar web app either. If the end date is changed to 7/21/2009, it works fine. Apparently even without leap days involved, an event cannot span longer than 365 days. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
