Tasks
class Tasks : TaskContract.TaskColumns, TaskContract.CommonSyncColumns, TaskContract.TaskSyncColumns, TaskContract.TaskSearchColumns
The task table stores the data of all tasks.
Author
Marten Gajda
Properties
Link copied to clipboard
The name of the account the task belongs to.
Link copied to clipboard
The type of the account the task belongs to.
Link copied to clipboard
The classification of a task.
Link copied to clipboard
Classification value for confidential tasks.
Link copied to clipboard
Default value of CLASSIFICATION.
Link copied to clipboard
Classification value for private tasks.
Link copied to clipboard
Classification value for public tasks.
Link copied to clipboard
Indicates that the date of completion is an all-day date.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The description of a task.
Link copied to clipboard
A comma separated list of time Strings in RFC 5545 format (see RFC 5545 Section 3.3.4 and RFC 5545 Section 3.3.5) that contains dates of exceptions of a recurring task.
Link copied to clipboard
Indicates how many alarms a task has.
Link copied to clipboard
Indicates that this task has extended properties like attachments, alarms or relations.
Link copied to clipboard
When this task had been modified the last time in milliseconds since the epoch.
Link copied to clipboard
The access level of the list this task belongs.
Link copied to clipboard
The color of the list this task belongs to as integer (0xaarrggbb).
Link copied to clipboard
The owner of the list this task belongs.
Link copied to clipboard
A flag indicating that the original instance was an all-day task.
Link copied to clipboard
The row id of the original event if this is an exception,
null
otherwise.Link copied to clipboard
The _sync_id of the original event if this is an exception,
null
otherwise.Link copied to clipboard
The time in milliseconds since the Epoch of the original instance that is overridden by this instance or
null
if this task is not a recurring instance.Link copied to clipboard
A number between 0 and 100 that indicates the progress of the task or
null
.Link copied to clipboard
The default value of PRIORITY.
Link copied to clipboard
A comma separated list of time Strings in RFC 5545 format (see RFC 5545 Section 3.3.4 and RFC 5545 Section 3.3.5) that contains dates of instances of e recurring task.
Link copied to clipboard
A recurrence rule as specified in RFC 5545 Section 3.3.10.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A specific status indicating that the task has been cancelled.
Link copied to clipboard
A specific status indicating that the task is completed.
Link copied to clipboard
The default status is "needs action".
Link copied to clipboard
A specific status indicating that some work has been done.
Link copied to clipboard
A specific status indicating that nothing has been done yet.
Link copied to clipboard
Link copied to clipboard
Sync version as set by the sync adapter.
Link copied to clipboard
An individual color for this task in the format 0xaarrggbb or
null
to use LIST_COLOR instead.Functions
Link copied to clipboard
Get the tasks content Uri using the given authority.
Link copied to clipboard