FileDocCategorySizeDatePackage
Calendar.javaAPI DocAndroid 1.5 API42955Wed May 06 22:41:56 BST 2009android.provider

Calendar

public final class Calendar extends Object
The Calendar provider contains all calendar events.
hide

Fields Summary
public static final String
TAG
public static final String
EVENT_REMINDER_ACTION
Broadcast Action: An event reminder.
public static final String
EVENT_BEGIN_TIME
These are the symbolic names for the keys used in the extra data passed in the intent for event reminders.
public static final String
EVENT_END_TIME
public static final String
AUTHORITY
public static final android.net.Uri
CONTENT_URI
The content:// style URL for the top-level calendar authority
Constructors Summary
Methods Summary