RecurringTaskParameters

RecurringTaskParameters class

Represents the set of parameters are used to create a recurring task in a project.

The RecurringTaskParameters type exposes the following members:

Constructors

NameDescription
RecurringTaskParameters()Initializes a new instance of the

Properties

NameDescription
durationGets or sets the duration for one occurrence of the recurring task.
ignore_resource_calendarGets or sets a value indicating whether to schedule the recurring task even if it does not happen when any resources are available to work on it.
recurrence_patternGets or sets the recurrence pattern of the recurring task.
task_nameGets or sets the name of the recurring task.

Methods

NameDescription
set_calendar(project, calendar_name)Set a calendar for recurring task. The calendar is selected from project calendar collection.

See Also