Skip to main content
Unscheduled tasks are a PRO feature. See licensing and trial info.
Unscheduled tasks represent work items that have been identified but not yet assigned to specific dates. They appear as rows in the grid area with no bar drawn on the chart. This is useful for backlog items, placeholder tasks, or any work that is planned but not yet scheduled.

The unscheduledTasks Prop

Enable unscheduled task support on the <Gantt> component:

The unscheduled Field on Tasks

Mark individual tasks as unscheduled by setting unscheduled: true on the task object:
An unscheduled task does not need start, end, or duration values. If these are present, they are ignored for rendering purposes while unscheduled remains true.

Example

Full Example

Scheduling an Unscheduled Task

To move an unscheduled task onto the timeline, update the task with start and end dates and set unscheduled to false (or remove the field):
Unscheduled tasks integrate naturally with the Export feature — they appear as rows in Excel exports without date columns populated, and are omitted from the chart area in PDF/PNG exports.