0

I am using Android3 CalendarView. I have data such as birthdays, meeting requests each on particular dates.

How to add this data to the built in CalendarView?
Has anyone have the code for this? Please help me.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
  • how you want to add? give little explanation? – Abhi Sep 20 '11 at 08:02
  • give some more explanation to me – Abhi Sep 20 '11 at 08:10
  • Like in Our calendar in mobile we add new reminders, events right.In the same way i want to add the event containing event title, event decription, start time, endtime. – LAkshmi Sep 22 '11 at 09:58
  • ok see this link my previous answer http://stackoverflow.com/questions/6846746/put-reminder-in-real-calendar-on-the-phone/6846964#6846964 – Abhi Sep 22 '11 at 10:52

1 Answers1

0

Use the Google APIs Client Library for Java to update the user's Google Calendar.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491