Re: [android-developers] Add Weekly,Fortnightly,Monthly Recurring events to calendar.

2012-04-23 Thread Michael Chan
Hi, Please take a look at the 4th bullet in http://developer.android.com/guide/topics/providers/calendar-provider.html#add-event What do you mean by it doesn't work? What do you see in the logcat? Did you get an exception? If so, please share. What did resolver.insert() return? If the insert was

[android-developers] Add Weekly,Fortnightly,Monthly Recurring events to calendar.

2012-04-22 Thread Deepak
I'm trying to add event to the calendar programatically in Android API 11. It does not seem to be working, I've pasted the code, also didn't find anything on adding fortnightly events. Please if anyone can tell what is the issue in the code below. ContentValues event = new ContentValues();