I don't think that 75 octets == 75 characters. Maybe you could try putting the text that is getting lost on the next line with a leading space and see if that solves your problem.
If you don't want to worry too much about the amount of text on each line, you could try using an open source project like iCal4j. The way I see your RRULE working out for me is -------------- RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=3;UNTIL=20090801T043000Z;BYDAY=SU,MO,T U,WE,TH,FR,SA --------------- So, try setting the RRULE as below when setting it into recurrence object ---------------------------- "RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=3;UNTIL=20090801T043000Z;BYDAY=SU,MO,T\r\n" + " U,WE,TH,FR,SA\r\n" ---------------------------- --cheers. On Mon, Apr 6, 2009 at 2:26 PM, Devang Parekh <[email protected]>wrote: > ok.. thanks a lot.. means it is not bug at my side. 3rd line of > recurrenceObject is of length 75. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
