Yes. I too was facing the same problem. I created an event with zero
duration in Google through UI, looked at the feed which had

DTSTART;TZID=Asia/calcutta:20070716T093000\r\nDTEND;TZID=America/
Los_Angeles:20070716T093000
RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1

so, i tried creating the event through the APi with the above pattern
and it created the event correctly.

Cheers
Kulvinder Singh

On Jul 19, 8:56 pm, "Lane LiaBraaten (Google)"
<[EMAIL PROTECTED]> wrote:
> Hi Charlie,
>
> I created a recurring event with nodurationin the UI and the
> resulting recurrence data was:
>
> DTSTART;TZID=America/Los_Angeles:20070716T093000
> DTEND;TZID=America/Los_Angeles:20070716T093000
> RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;WKST=SU
> <timezone stuff>
>
> Will that work for you?
>
> Cheers,
> Lane
>
> On Jul 18, 7:43 am, Charlie Wood <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm trying to create a recurrence with adurationof 0, so I create a
> > new event with a <gd:recurrence /> element like this:
>
> > <gd:recurrence>DTSTART;TZID=America/Chicago:20070718T133000
> >DURATION:PT0S
> > RRULE:FREQ=DAILY;INTERVAL=1</gd:recurrence>
>
> > but the event is returned from Google with a <gd:recurrence /> element
> > like this:
>
> > <gd:recurrence>DTSTART;TZID=America/Chicago:20070718T133000
> > DTEND;TZID=America/Chicago:20070718T143000
> > RRULE:FREQ=DAILY;INTERVAL=1
> > ...timezone stuff...
> > <gd:recurrence>
>
> > I can reproduce this behavior reliably. Is there a known way to create
> > recurrences with durations of 0?
>
> > Thanks,
> > Charlie- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
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