I have 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 have started to use the model from the calendar-v2-atom-android-sample and i figured out what I have to add to the model for the events because I read Access event data in Android app on Google Apps APIs
But now I have to add a recurring events, after reading
CreatingRecurring,
I am unclear as to what the content of the public class
Recurrence {}
. How is this implemented and how should I define the
setRecurrence(Recurrence recurr)()
function.