The members of Android.Provider.CalendarContract are listed below.
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) |
[read-only] static | ContentUri | Android.Net.Uri. The content:// style URL for the top-level calendar authority |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |