due property

String? due
getter/setter pair

Scheduled date for the task (as an RFC 3339 timestamp).

Optional. This represents the day that the task should be done, or that the task is visible on the calendar grid. It doesn't represent the deadline of the task. Only date information is recorded; the time portion of the timestamp is discarded when setting this field. It isn't possible to read or write the time that a task is scheduled for using the API.

Implementation

core.String? due;