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

2011-03-03 Thread Marcin Orlowski
>> missing some packages (android.provider.calendar), It's ther, in "/packages/providers/CalendarProvider" -- Regards, Marcin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googleg

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

2011-03-03 Thread Prakash Iyer
There isn't any. Every few weeks or so such a question will come up and while I jumped up and answered, usually Mark Murphy or Dianne Hackabod will come back with "this is not supported and by using any private API just because some code does it might & will cause your code to break. This group is

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

2011-03-02 Thread TreKing
On Wed, Mar 2, 2011 at 10:38 PM, Santhosh Kumar wrote: > Thanks for replying, then what is the API we have to get on with developing > calendar application? > On Wed, Mar 2, 2011 at 2:42 PM, TreKing wrote: > On Tue, Mar 1, 2011 at 8:58 AM, Santhosh Kumar > wrote: > >> so is there any way that

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

2011-03-02 Thread Santhosh Kumar
Hi Prakash, Thanks for replying, then what is the API we have to get on with developing calendar application?. I downloaded the source code for calendar app from source.android.com, and tried to analyze that, but it is still missing some packages (android.provider.calendar), and used android

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

2011-03-02 Thread Prakash Iyer
There is no Calendar API in the SDK. So you cannot thru any public API access the calendar on the device if that is what you are looking at. On Tue, Mar 1, 2011 at 9:58 AM, Santhosh Kumar wrote: > Hi, > > I am working with Calendar functionality in android 2.2 api, and the > api at that level

[android-developers] How to implement Calendar App in Android

2011-03-02 Thread Santhosh Kumar
Hi, I am working with Calendar functionality in android 2.2 api, and the api at that level (level 8) does not contain any Calendar classes to work for. so is there any way that i can implement calendar functionality?. thanks & regards, G.Santhosh Kumar -- You received this message becaus