TaskListColumns

interface TaskListColumns

Data columns of task lists.

Author

Marten Gajda

Inheritors

Properties

Link copied to clipboard
val _ID: String = "_id"
List ID.
Link copied to clipboard
val ACCESS_LEVEL: String = "list_access_level"
The access level a user has on this list (taken from android.provider.CalendarContract).
Link copied to clipboard
Full access to the tasks list
Link copied to clipboard
Can read all tasks and details, no write access
Link copied to clipboard
Not specified by client, should be treated as read-write
Link copied to clipboard
val LIST_COLOR: String = "list_color"
The color of this list as integer (0xaarrggbb).
Link copied to clipboard
val LIST_NAME: String = "list_name"
The name of the task list.
Link copied to clipboard
val OWNER: String = "list_owner"
The email address of the list owner.
Link copied to clipboard
val SYNC_ENABLED: String = "sync_enabled"
Indicates that a task list is set to be synced.
Link copied to clipboard
val VISIBLE: String = "visible"
Indicates that a task list is set to be visible.