Overview
- The NoType:android/provider/CalendarContract$Calendars;Href=../../../reference/android/provider/CalendarContract.Calendars.html table holds the calendar specific information. Each
row in this table contains the details for a single calendar, such as the
name, color, sync info, etc.
- The NoType:android/provider/CalendarContract$Events;Href=../../../reference/android/provider/CalendarContract.Events.html table holds the event specific information. Each row
in this table has the info for a single event. It contains information such
as event title, location, start time, end time, etc. The event can occur
one-time or can recur multiple times. Attendees, reminders, and extended
properties are stored on separate tables and reference the BaseColumns.Id
to link them with the event.
- The NoType:android/provider/CalendarContract$Instances;Href=../../../reference/android/provider/CalendarContract.Instances.html table holds the start and end time for occurrences
of an event. Each row in this table represents a single occurrence. For
one-time events there will be a 1:1 mapping of instances to events. For
recurring events, multiple rows will automatically be generated which
correspond to multiple occurrences of that event.
- The NoType:android/provider/CalendarContract$Attendees;Href=../../../reference/android/provider/CalendarContract.Attendees.html table holds the event attendee or guest
information. Each row represents a single guest of an event. It specifies the
type of guest they are and their attendance response for the event.
- The NoType:android/provider/CalendarContract$Reminders;Href=../../../reference/android/provider/CalendarContract.Reminders.html table holds the alert/notification data. Each row
represents a single alert for an event. An event can have multiple reminders.
The number of reminders per event is specified in
NoType:android/provider/CalendarContract$CalendarColumns;Href=../../../reference/android/provider/CalendarContract.CalendarColumns.html#MAX_REMINDERS which is set by the Sync Adapter that owns
the given calendar. Reminders are specified in minutes before the event and
have a type.
- The NoType:android/provider/CalendarContract$ExtendedProperties;Href=../../../reference/android/provider/CalendarContract.ExtendedProperties.html table holds opaque data fields used by the
sync adapter. The provider takes no action with items in this table except to
delete them when their related events are deleted.
See Also:
CalendarContract Members
Syntax
[Android.Runtime.Register("android/provider/CalendarContract", DoNotGenerateAcw=true)]
public sealed class
CalendarContract :
Java.Lang.ObjectRemarks
Overview
- The NoType:android/provider/CalendarContract$Calendars;Href=../../../reference/android/provider/CalendarContract.Calendars.html table holds the calendar specific information. Each
row in this table contains the details for a single calendar, such as the
name, color, sync info, etc.
- The NoType:android/provider/CalendarContract$Events;Href=../../../reference/android/provider/CalendarContract.Events.html table holds the event specific information. Each row
in this table has the info for a single event. It contains information such
as event title, location, start time, end time, etc. The event can occur
one-time or can recur multiple times. Attendees, reminders, and extended
properties are stored on separate tables and reference the BaseColumns.Id
to link them with the event.
- The NoType:android/provider/CalendarContract$Instances;Href=../../../reference/android/provider/CalendarContract.Instances.html table holds the start and end time for occurrences
of an event. Each row in this table represents a single occurrence. For
one-time events there will be a 1:1 mapping of instances to events. For
recurring events, multiple rows will automatically be generated which
correspond to multiple occurrences of that event.
- The NoType:android/provider/CalendarContract$Attendees;Href=../../../reference/android/provider/CalendarContract.Attendees.html table holds the event attendee or guest
information. Each row represents a single guest of an event. It specifies the
type of guest they are and their attendance response for the event.
- The NoType:android/provider/CalendarContract$Reminders;Href=../../../reference/android/provider/CalendarContract.Reminders.html table holds the alert/notification data. Each row
represents a single alert for an event. An event can have multiple reminders.
The number of reminders per event is specified in
NoType:android/provider/CalendarContract$CalendarColumns;Href=../../../reference/android/provider/CalendarContract.CalendarColumns.html#MAX_REMINDERS which is set by the Sync Adapter that owns
the given calendar. Reminders are specified in minutes before the event and
have a type.
- The NoType:android/provider/CalendarContract$ExtendedProperties;Href=../../../reference/android/provider/CalendarContract.ExtendedProperties.html table holds opaque data fields used by the
sync adapter. The provider takes no action with items in this table except to
delete them when their related events are deleted.
The contract between the calendar provider and applications. Contains
definitions for the supported URIs and data columns.
CalendarContract defines the data model of calendar and event related
information. This data is stored in a number of tables:
Other tables include:
[Android Documentation]
Requirements
Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14