Repeat

A recurrence [Repeat] specifies the frequency, number of occurrences or end date, and other information about a recurring event.

XML

SOAP

REST

Database table

Object

Repeat

oaRepeat

repeat

Supported Commands

Add, Read, Modify

add(), read(), modify(), upsert()

The Repeat object has the following properties:

XML / SOAP

Database

Description

created

created

[Read-only] Time the record was created. See Date Fields.

end

end

End date of the event. See Date Fields.

every

every

The spacing between each repeating event.

exclude_dow

exclude_dow

When frequency is in days, which days of the week (for example, Mon, Tue, etc.) to exclude. This is a comma delimited list with 0 being Mon.

frequency

frequency

The repeating interval of the event: D – daily, W – weekly, M – monthly, Y – yearly.

how_end

how_end

How does this event end: D – date or O - occurrence

id

id

[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro.

occur_number

occur_number

Number of occurrences.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.