Tuesday, July 12, 2011

[android-developers] google calendar api on android

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=3b948784a9502531&hl=en

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.html#CreatingRecurring,
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 "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment