TaskCollection

TaskCollection class

Represents a collection of

The TaskCollection type exposes the following members:

Properties

NameDescription
parent_projectGets the parent project of the TaskCollection object.

Methods

NameDescription
add()Add the specified task to the instance of the
add(task_name)Adds a new task to children tasks collection.
add(task_name, before_task_id)Adds a new recurring task to children tasks collection.
add(parameters)Inserts a new task before a task with the specified id and on the same outline level.
to_list()Converts the TaskCollection object to a list of
get_by_uid(uid)Returns a task with the specified Uid whose ancestor is parent task of this collection .
get_by_id(id)Returns a task with the specified Id whose ancestor is parent task of this collection .

See Also