Example usage for Java android.provider CalendarContract fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ACTION_EVENT_REMINDER Broadcast Action: This is the intent that gets fired when an alarm notification needs to be posted for a reminder. |
String | ACTION_HANDLE_CUSTOM_EVENT Activity Action: Display the event to the user in the custom app as specified in EventsColumns#CUSTOM_APP_PACKAGE . |
String | EXTRA_CUSTOM_APP_URI Intent Extras key: EventsColumns#CUSTOM_APP_URI for the event in the #ACTION_HANDLE_CUSTOM_EVENT intent |
String | EXTRA_EVENT_BEGIN_TIME Intent Extras key: The start time of an event or an instance of a recurring event. |
String | EXTRA_EVENT_END_TIME Intent Extras key: The end time of an event or an instance of a recurring event. |
String | EXTRA_EVENT_ALL_DAY Intent Extras key: When creating an event, set this to true to create an all-day event by default |
String | AUTHORITY This authority is used for writing to or querying from the calendar provider. |
Uri | CONTENT_URI The content:// style URL for the top-level calendar authority |
String | CALLER_IS_SYNCADAPTER An optional insert, update or delete URI parameter that allows the caller to specify that it is a sync adapter. |
String | ACCOUNT_TYPE_LOCAL A special account type for calendars not associated with any account. |