CalendarContract.ICalendarColumns 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 specific to the Calendars Uri that other Uris can query.
public interface CalendarContract.ICalendarColumns
type CalendarContract.ICalendarColumns = interface
Remarks
Columns specific to the Calendars Uri that other Uris can query.
Java documentation for android.provider.CalendarContract.CalendarColumns
.
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
AllowedAttendeeTypes |
A comma separated list of attendee types supported for this calendar in the format "#,#,#". |
AllowedAvailability |
A comma separated list of availability types supported for this calendar in the format "#,#,#". |
AllowedReminders |
A comma separated list of reminder methods supported for this calendar in the format "#,#,#". |
CalendarAccessLevel |
The level of access that the user has for the calendar |
CalendarColor |
The color of the calendar. |
CalendarColorKey |
A key for looking up a color from the |
CalendarDisplayName |
The display name of the calendar. |
CalendarTimeZone |
The time zone the calendar is associated with. |
CanModifyTimeZone |
Can the organizer modify the time zone of the event? Column name. |
CanOrganizerRespond |
Can the organizer respond to the event? If no, the status of the organizer should not be shown by the UI. |
IsPrimary |
Is this the primary calendar for this account. |
MaxReminders |
The maximum number of reminders allowed for an event. |
OwnerAccount |
The owner account for this calendar, based on the calendar feed. |
SyncEvents |
Is this calendar synced and are its events stored on the device? 0 - Do not sync this calendar or store events for this calendar. |
Visible |
Is the calendar selected to be displayed? 0 - do not show events associated with this calendar. |