Specifies whether the object was constructed by parsing XML or manually.
The content of the entry. This is mutually exclusive with #GDataEntry:content.
For more information, see the
A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.
For more information, see the
Due date of the task (as a RFC 3339 timestamp; seconds since the UNIX epoch).
This field is -1
if the task has no due
date assigned.
An identifier for a particular version of the entry. This changes every time the entry on the server changes, and can be used for conditional retrieval and locking.
For more information, see the
A permanent, universally unique identifier for the entry, in IRI form. This is %NULL for new entries (i.e. ones which haven't yet been inserted on the server, created with gdata_entry_new()), and a non-empty IRI string for all other entries.
For more information, see the
Flag indicating whether the task has been deleted. The default is %FALSE.
This is where the description of what needs to be done in the task is stored.
Parent task identifier. This field is omitted if it is a top-level task.
Since 0.17.10, this property is writable.
String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level).
Since 0.17.10, this property is writable.
The ownership rights pertaining to the entry.
For more information, see the
Status of the task. This is either %GDATA_TASKS_STATUS_NEEDS_ACTION or %GDATA_TASKS_STATUS_COMPLETED.
A short summary, abstract, or excerpt of the entry.
For more information, see the
A human-readable title for the entry.
For more information, see the
Completion date of the task (as a RFC 3339 timestamp; seconds since the UNIX epoch).
This field is
-1
if the task has not been completed.