TaskRecurrenceInfo
Task information
Properties
Name | Type | Required | Description |
---|---|---|---|
schedule | TaskRecurrenceInfoSchedule | ❌ | Recurrence settings of a task. None for non-periodic tasks |
ending_condition | TaskRecurrenceInfoEndingCondition | ❌ | Ending condition of a task |
ending_after | int | ❌ | Count of iterations of periodic tasks |
ending_on | str | ❌ | End date of a periodic task in ISO 8601 format, UTC time zone |
TaskRecurrenceInfoSchedule
Recurrence settings of a task. None for non-periodic tasks
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
DAILY | str | ✅ | "Daily" |
WEEKDAYS | str | ✅ | "Weekdays" |
WEEKLY | str | ✅ | "Weekly" |
MONTHLY | str | ✅ | "Monthly" |
YEARLY | str | ✅ | "Yearly" |
TaskRecurrenceInfoEndingCondition
Ending condition of a task
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
COUNT | str | ✅ | "Count" |
DATE | str | ✅ | "Date" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs