Do you know a way to get an iCal string from a CalendarEventEntry. The problem for me is that i can't parse the String returned by CalendarEventEntry.getRecurrence().getValue() because it is just the recurrence part of the iCal structure. Or is there a possibilty to parse the RRule part directly using iCal4j?
thx for your help! On 20 Jun., 19:53, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi Nitin, > > I don't believe the latest GData Java client library has added any new > features to handle recurrence parsing. There is an open source library > ical4j that helps you parse rfc2445 ical format - > > http://ical4j.sourceforge.net/ > > Hope that helps, > Austin > > On Fri, Jun 20, 2008 at 5:05 AM, Nitin Gupta <[EMAIL PROTECTED]> > wrote: > > > Hi All, > > > I just want to check if any new method(s) have been added in the latest > > Gdata Java client library for parsing Rrule. There is a method in > > gdata-calendar library version 1.0, which returns the rrule as an embedded > > ical text. I am looking for a method which can just give me the plain rrule > > string. > > > Cheers, > > > Nitin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
