CalendarContract.IAttendeesColumns Interface

Definition

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

public interface CalendarContract.IAttendeesColumns
type CalendarContract.IAttendeesColumns = interface

Remarks

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

Java documentation for android.provider.CalendarContract.AttendeesColumns.

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

AttendeeEmail

The email address of the attendee.

AttendeeIdentity

The identity of the attendee as referenced in ContactsContract.CommonDataKinds.Identity#IDENTITY.

AttendeeIdNamespace

The identity name space of the attendee as referenced in ContactsContract.CommonDataKinds.Identity#NAMESPACE.

AttendeeName

The name of the attendee.

AttendeeRelationship

The relationship of the attendee to the user.

AttendeeStatus

The attendance status of the attendee.

AttendeeType

The type of attendee.

EventId

The id of the event.

Applies to