Hello Leslie, Have you written a class representing a Calendar Event Entry? If this is the case, could you share your code with us so we can take a look at what you've done and show how to add supported fields to your class.
You also might be interested in getting the raw Calendar Event Entry XML to see how the underlying data is represented: - http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html - http://code.google.com/apis/gdata/docs/2.0/elements.html#gdEventKind - http://code.google.com/apis/gdata/docs/2.0/elements.html#gdRecurrence Best, Alain On Tue, Jul 12, 2011 at 5:32 AM, Kárpáti László <[email protected]>wrote: > Hi, > I'm started to use the Google Calendar Api and now I'm ok with the > authetication, get the calendar list, rename the calendars, and add > event with specified time and title to a selected calendar. > I'm started to use the model from the calendar-v2-atom-android- > sample > (http://code.google.com/p/google-api-java-client/source/browse/ > calendar-v2-atom-android-sample/src/com/google/api/client/sample/? > repo=samples#sample%2Fcalendar%2Fandroid%2Fmodel) and i figured out > what I have to add to the model for the events because I read this: > http://www.google.com/support/forum/p/apps-apis/thread?tid=3b948784a9... > But now I have to add a recurrention for my events, and I alredy read > this: > http://code.google.com/apis/calendar/data/2.0/developers_guide_java.h..., > but not really clear what is the content of the "public class > Recurrence {}", and where and how should I define the > "setRecurrence(Recurrence recurr)()" function. > Please help, > Leslie. > > -- > 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
