CalendarContract.EventsColumns Class

Definition

Caution

Use the 'Android.Provider.CalendarContract.IEventsColumns' type. This class will be removed in a future release.

Columns from the Events table that other tables join into themselves.

[Android.Runtime.Register("android/provider/CalendarContract$EventsColumns", DoNotGenerateAcw=true)]
[System.Obsolete("Use the 'Android.Provider.CalendarContract.IEventsColumns' type. This class will be removed in a future release.")]
public abstract class CalendarContract.EventsColumns : Java.Lang.Object
[<Android.Runtime.Register("android/provider/CalendarContract$EventsColumns", DoNotGenerateAcw=true)>]
[<System.Obsolete("Use the 'Android.Provider.CalendarContract.IEventsColumns' type. This class will be removed in a future release.")>]
type CalendarContract.EventsColumns = class
    inherit Object
Inheritance
CalendarContract.EventsColumns
Attributes

Remarks

Android platform documentation

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

AccessConfidential
Obsolete.

Confidential is not used by the app.

AccessDefault
Obsolete.

Default access is controlled by the server and will be treated as public on the device.

AccessLevel
Obsolete.

Defines how the event shows up for others when the calendar is shared.

AccessPrivate
Obsolete.

Private shares the event as a free/busy slot with no details.

AccessPublic
Obsolete.

Public makes the contents visible to anyone with access to the calendar.

AllDay
Obsolete.

Is the event all day (time zone independent).

Availability
Obsolete.

If this event counts as busy time or is still free time that can be scheduled over.

AvailabilityBusy
Obsolete.

Indicates that this event takes up time and will conflict with other events.

AvailabilityFree
Obsolete.

Indicates that this event is free time and will not conflict with other events.

AvailabilityTentative
Obsolete.

Indicates that the owner's availability may change, but should be considered busy time that will conflict.

CalendarId
Obsolete.

The Calendars#_ID of the calendar the event belongs to.

CanInviteOthers
Obsolete.

Whether the user can invite others to the event.

CustomAppPackage
Obsolete.

The package name of the custom app that can provide a richer experience for the event.

CustomAppUri
Obsolete.

The URI used by the custom app for the event.

Description
Obsolete.

The description of the event.

DisplayColor
Obsolete.

This will be #EVENT_COLOR if it is not null; otherwise, this will be Calendars#CALENDAR_COLOR.

Dtend
Obsolete.

The time the event ends in UTC millis since epoch.

Dtstart
Obsolete.

The time the event starts in UTC millis since epoch.

Duration
Obsolete.

The duration of the event in RFC2445 format.

EventColor
Obsolete.

A secondary color for the individual event.

EventColorKey
Obsolete.

A secondary color key for the individual event.

EventEndTimezone
Obsolete.

The timezone for the end time of the event.

EventLocation
Obsolete.

Where the event takes place.

EventTimezone
Obsolete.

The timezone for the event.

Exdate
Obsolete.

The recurrence exception dates for the event.

Exrule
Obsolete.

The recurrence exception rule for the event.

GuestsCanInviteOthers
Obsolete.

Whether guests can invite other guests.

GuestsCanModify
Obsolete.

Whether guests can modify the event.

GuestsCanSeeGuests
Obsolete.

Whether guests can see the list of attendees.

HasAlarm
Obsolete.

Whether the event has an alarm or not.

HasAttendeeData
Obsolete.

Whether the event has attendee information.

HasExtendedProperties
Obsolete.

Whether the event has extended properties or not.

IsOrganizer
Obsolete.

Are we the organizer of this event.

LastDate
Obsolete.

The last date this event repeats on, or NULL if it never ends.

LastSynced
Obsolete.

Used to indicate that a row is not a real event but an original copy of a locally modified event.

Organizer
Obsolete.

Email of the organizer (owner) of the event.

OriginalAllDay
Obsolete.

The allDay status (true or false) of the original recurring event for which this event is an exception.

OriginalId
Obsolete.

The Events#_ID of the original recurring event for which this event is an exception.

OriginalInstanceTime
Obsolete.

The original instance time of the recurring event for which this event is an exception.

OriginalSyncId
Obsolete.

The _sync_id of the original recurring event for which this event is an exception.

Rdate
Obsolete.

The recurrence dates for the event.

Rrule
Obsolete.

The recurrence rule for the event.

SelfAttendeeStatus
Obsolete.

This is a copy of the attendee status for the owner of this event.

Status
Obsolete.

The event status.

StatusCanceled
StatusConfirmed
StatusTentative
SyncData1
Obsolete.

This column is available for use by sync adapters.

SyncData10
Obsolete.

This column is available for use by sync adapters.

SyncData2
Obsolete.

This column is available for use by sync adapters.

SyncData3
Obsolete.

This column is available for use by sync adapters.

SyncData4
Obsolete.

This column is available for use by sync adapters.

SyncData5
Obsolete.

This column is available for use by sync adapters.

SyncData6
Obsolete.

This column is available for use by sync adapters.

SyncData7
Obsolete.

This column is available for use by sync adapters.

SyncData8
Obsolete.

This column is available for use by sync adapters.

SyncData9
Obsolete.

This column is available for use by sync adapters.

Title
Obsolete.

The title of the event.

Uid2445
Obsolete.

The UID for events added from the RFC 2445 iCalendar format.

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers (Inherited from Object)
PeerReference (Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to