Hello Sebastián, I am sorry but I'm not sure I understand what you're asking: what is missing from event.getRecurrence().getValue()?
If you want a specific behavior, please feel free to implement it as this is an open-source project. Best, Alain On Wed, Jun 8, 2011 at 6:31 AM, Sebastián Rajo <[email protected]> wrote: > Hi! > > Question. If I have a CalendarEventEntry, how can I get just the RRULE > string? I meant this: FREQ=WEEKLY;COUNT=3;INTERVAL=2;BYDAY=TU,TH > > Because if I do this: > > CalendarEventEntry event = new CalendarEventEntry(); > event.getRecurrence().getValue(); > > I get all the values and I want to do, for example, this: > > event.getRecurrence().getValue(Recurrence.RRULE); > > or something like that. > > Tanks! > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
