Hi, There's no Android API for getting Tasks data (https://mail.google.com/mail/help/tasks/). You will have to use GData directly (http://code.google.com/apis/tasks/). I believe someone has a open-source implementation already. Look around. Thanks,Mike On Sun, Nov 13, 2011 at 8:36 PM, kishore <[email protected]> wrote: > Hi All, > > For calendar information i am getting from this URI: > Uri.parse("content://com.android.calendar/calendars") > > In same way i need to get TASK information or TASK list. Can any one > tell me any URI is there for TASK. > or any other way to implement > > Please give information about TASK. > > Regards, > Kishore > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en >
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

