i want import
import android.provider.Calendar;
how can i import this class in my application
The class isn't public.
See http://groups.google.com/group/android-developers/browse_thread/thread/ae95c372af20f39e?pli=1
I believe this is still not part of the public SDK.
You can still read the data though, I wrote an article about it: http://jimblackler.net/blog/?p=151
you can use the GIT file,it's free from google.in the git you will find all the classes of calender for android.