[android-developers] How to edit Calendar in Android

2010-11-22 Thread Majdan
Hi, I am about to write an application with calendar functionality. It would be a waste to write own calendar module in my app, so I would like to use Calendar included with Android. Is there any possibility to edit calendar directly from my application? If not, is there any better way to solve

Re: [android-developers] How to edit Calendar in Android

2010-11-22 Thread Kumar Bibek
2 Options : --- 1. Use the Calendar Content Provider 2. Use Google APIs to update the user's Google Calendar (If this is his main calendar, else, use Option 1) Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sun, Nov 21, 2010 at 12:24 AM, Majdan