Ryan Boyd (Google) wrote: > Mark, > > I actually get a 404 error when trying to use the icalendar entry you > provided -- not a single event.
Strange it works for me. Why would Google return a 404 - not found when you inserted the entry? > However, using the following icalendar syntax with the same RRULE you > mentioned above works fine for me: > DTSTART;TZID=America/Los_Angeles:20061114T060000 > DURATION:PT3600S > RRULE:FREQ=WEEKLY;COUNT=3;INTERVAL=2;BYDAY=TU > BEGIN:VTIMEZONE > TZID:America/Los_Angeles > X-LIC-LOCATION:America/Los_Angeles > BEGIN:STANDARD > TZOFFSETFROM:-0700 > TZOFFSETTO:-0800 > TZNAME:PST > DTSTART:19671029T020000 > RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU > END:STANDARD > BEGIN:DAYLIGHT > TZOFFSETFROM:-0800 > TZOFFSETTO:-0700 > TZNAME:PDT > DTSTART:19870405T020000 > RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU > END:DAYLIGHT > END:VTIMEZON I suspect the last missing 'E' was a copy/paste issue. I've read that Google's timezone support is broken and it only supports TZIDs that have the same TimeZone ID as the Java ID String. Since I see you have used a Java TZID above I wonder if that's true. If that's true, it would seem Google isn't using the VTIMEZONE at all and is only going by the TZID - which must be equivalent to a Java TimeZone ID String. Is that correct? > > What response code did you get when you submitted your event? a 201? I don't get numbers as responses - I use the Java API. There were no errors when the event was submitted. > Were you able to use this code without the RRULE? LOL - 'this code' is ScheduleWorld; it transmits a large number of events to/from Google every day. Btw, the redirect problem we were working on before is back. Cheers. -- http://www.ScheduleWorld.com/ Free Google Calendar synchronization with Outlook, Evolution, cell phones, BlackBerry, PalmOS, Exchange, Mozilla, Thunderbird, Pocket PC/Windows Mobile. Also sync tasks, notes and contacts! WebDAV, vfreebusy, RSS, LDAP, iCalendar, iTIP, iMIP support. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
