I'm trying to create a recurrence with a duration of 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
