Or, if one doesn't reply with a snarky one-liner:

For Android 2.1 and earlier you could query "content://calendar/
events" with the following selection "rrule IS NOT NULL"
For Android 2.2 the authority of the calendar provider was changed, so
you query "content://com.android.calendar/events" instead.


You should typically refer to:
https://android.git.kernel.org/?p=platform/packages/providers/CalendarProvider.git;a=summary

As you're using an undocumented provider through the standard API:s
you need to be aware that the implementation may vary between vendors,
versions etc - which may or may not be a royal PITA.

On 7 Sep, 08:12, rinyogi <rinyog...@gmail.com> wrote:
> Hi
> I was wondering how does one fetch recurring events from native
> calendar?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to