UiPath Documentation
activities
latest
false

Productivity activities

ITask Interface

Represents a Google Task.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

public interface ITask
public interface ITask

Properties

NameDescription
DetailsNotes describing the task.
DueThe due date of the task.
IdThe unique identifier of the task.
ItemThe underlying GTask model.
ParentListIdThe identifier of the task list this task belongs to.
StatusThe status of the task (e.g. "needsAction" or "completed").
TitleThe title of the task.

Methods

NameDescription
CompleteMarks this task as completed.
CreateTaskCreates a new subtask under this task.
DeleteDeletes this task.
GetTasksRetrieves the subtasks of this task.
UpdateUpdates this task with the specified values.
  • Syntax
  • Properties
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated