tags:

views:

100

answers:

2

how can we add reminder data in android calendar?

+1  A: 

Use the Google Calendar GData API to modify the user's calendar.

CommonsWare
A: 

Comment: This question has been asked here several times and the answer is that you can either use the Calendar content provider (strongly not recommended) or you use the Google Calendar GData API. It is easy to find working content provider examples…

But: Is there somewhere a real working Gdata up to date example? I have tried to google some, but have not found any good ones (and get behind the authentication).

Thanks for your hints.

Mobex70