Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

completed?: number

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.

constructed_from_xml?: boolean

Specifies whether the object was constructed by parsing XML or manually.

content?: string

The content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

content_uri?: string

A URI pointing to the location of the content of the entry. This is mutually exclusive with #GDataEntry:content.

For more information, see the Atom specification.

due?: number

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.

etag?: string

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 GData specification.

id?: string

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 Atom specification.

is_deleted?: boolean

Flag indicating whether the task has been deleted. The default is %FALSE.

notes?: string

This is where the description of what needs to be done in the task is stored.

parent?: string

Parent task identifier. This field is omitted if it is a top-level task.

Since 0.17.10, this property is writable.

position?: string

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.

rights?: string

The ownership rights pertaining to the entry.

For more information, see the Atom specification.

status?: string

Status of the task. This is either %GDATA_TASKS_STATUS_NEEDS_ACTION or %GDATA_TASKS_STATUS_COMPLETED.

summary?: string

A short summary, abstract, or excerpt of the entry.

For more information, see the Atom specification.

title?: string

A human-readable title for the entry.

For more information, see the Atom specification.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method