Skip to main content

Interface: ICalendarSpec

schedule.v1.ICalendarSpec

Properties of a CalendarSpec.

Hierarchy

Properties

comment

Optional comment: null | string

Free-form comment describing the intention of this spec.

Inherited from

$Properties.comment


dayOfMonth

Optional dayOfMonth: null | string

Expression to match days of the month. Default: * (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)

Inherited from

$Properties.dayOfMonth


dayOfWeek

Optional dayOfWeek: null | string

Expression to match days of the week. Default: *

Inherited from

$Properties.dayOfWeek


hour

Optional hour: null | string

Expression to match hours. Default: 0

Inherited from

$Properties.hour


minute

Optional minute: null | string

Expression to match minutes. Default: 0

Inherited from

$Properties.minute


month

Optional month: null | string

Expression to match months. Default: *

Inherited from

$Properties.month


second

Optional second: null | string

Expression to match seconds. Default: 0

Inherited from

$Properties.second


year

Optional year: null | string

Expression to match years. Default: *

Inherited from

$Properties.year