From: "Ryan Boyd (Google)" <api.rb...@google.com>
Date: Wed, 22 Nov 2006 09:48:49 -0800
Local: Wed, Nov 22 2006 12:48 pm
Subject: Re: BUG: Google fails to parse RRULE:FREQ=WEEKLY;COUNT=10;BYDAY=MO
Mark and Charlie,
This appears to be an intermittent failure on our side. I can use the Charlie -- code I am able to use to recreate this is below this Cheers, -Ryan --- import com.google.gdata.client.*; public class TestCW { String name = "Ryan Boyd"; String crlf = "\r\n"; recurString = "DTSTART;TZID=GMT:20061114T220000" + crlf + URL postUrl = null; postUrl = new URL(calendarUrl); CalendarEventEntry myEntry = new CalendarEventEntry(); Person author = new Person(name, null, user); Recurrence r = new Recurrence(); CalendarService myService = EventEntry insertedEntry = myService.insert(postUrl, myEntry); }
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||