tags:

views:

20

answers:

1

Hi I was just wondering, how to fetch recurring events from native android calendar

A: 

There is no "native android calendar", at least in terms of the Android SDK.

If you are referring to some app that displays the user's Google Calendar, use the Google Calendar GData API to access the calendar's events.

CommonsWare