The best way to create a foolproof recurrence string is to actually leverage the Calendar UI to create the exact recurrence you want. And then retrieve that event through the API to extract the recurrence string. I have done that many times when I want to create complicated recurrence and always works like a charm =)
Hope that helps, Austin On Wed, Apr 16, 2008 at 8:20 AM, infopete <[EMAIL PROTECTED]> wrote: > > Ooooops, we're not on GMT. I'm off to the pub as it looks like I've > already been drinking :)) > > > > > > On 16 Apr, 11:36, infopete <[EMAIL PROTECTED]> wrote: > > Hi > > > > I'm in the UK and we're currently on GMT. > > > > I'm trying to create recurring entries using localtime and using this: > > > > DTSTART:20080417T103000 > > DTEND:20080417T153000 > > RRULE:FREQ=MONTHLY;UNTIL=20080630T103000;BYDAY=1TU,3TH > > > > I get entries starting at 11:30 instead of 10:30. > > > > If I put in TZID=Europe/London it works fine. > > > > If I put in TZID=GMT it doesn't. > > > > What is the best way of creating recurring events using the dot Net > > API? > > > > Pete > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
