CalendarContract.IAttendeesColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
AttendeeIdNamespace |
The identity name space of the attendee as referenced in
|
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. |