tasks_clear_sync


Description:

public bool tasks_clear_sync (string tasklist_id, Cancellable? cancellable = null) throws Error

Clears all completed tasks from the task list tasklist_id.

The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.

Parameters:

this

an GDataSession

tasklist_id

id of a task list

cancellable

optional Cancellable object, or null

Returns:

whether succeeded