The fields of Android.Provider.CalendarContract are listed below. For a list of all members, see the CalendarContract Members list.
See Also: Inherited members from Java.Lang.Object
const | AccountTypeLocal | string. A special account type for calendars not associated with any account. |
const | ActionEventReminder | string. Broadcast Action: This is the intent that gets fired when an alarm notification needs to be posted for a reminder. |
const | ActionHandleCustomEvent | string. Activity Action: Display the event to the user in the custom app as specified in NoType:android/provider/CalendarContract$EventsColumns;Href=../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_PACKAGE. |
const | Authority | string. This authority is used for writing to or querying from the calendar provider. |
const | CallerIsSyncadapter | string. An optional insert, update or delete URI parameter that allows the caller to specify that it is a sync adapter. |
const | ExtraCustomAppUri | string. Intent Extras key: NoType:android/provider/CalendarContract$EventsColumns;Href=../../../reference/android/provider/CalendarContract.EventsColumns.html#CUSTOM_APP_URI for the event in the CalendarContract.ActionHandleCustomEvent intent |
const | ExtraEventAllDay | string. Intent Extras key: When creating an event, set this to true to create an all-day event by default |
const | ExtraEventBeginTime | string. Intent Extras key: The start time of an event or an instance of a recurring event. (milliseconds since epoch) |
const | ExtraEventEndTime | string. Intent Extras key: The end time of an event or an instance of a recurring event. (milliseconds since epoch) |