A day on the time schedule (workday)
Description
Determines the work schedule for a particular day.
It is used when building a schedule and correlating the activity of a number of entities and resulting processes to it.
Fields
{
"id": uuid,
"date": date,
"isannual": intbool,
"isworkday": int,
"asdow": int,
"periods": array<object>,
"opts": {
"title": str,
"comment": str,
},
"ext": {
"ct": date,
"lwt": date
}
}
Specification | Description |
---|---|
Field: |
Identifier. Can be specified at creation, otherwise generated by the system. |
Field: |
Date. Format |
Field: |
Indication of annual application. |
Field: |
Indication |
Field: |
The day of the week for which the schedule of the customized date is replaced. |
Field: |
Activity interval during the week. |
Field: |
|
Field: |
Arbitrary header |
Field: |
Arbitrary comment |
Field: |
Allows you to extend the compound with arbitrary keys and values |
Field: |
Object creation time |
Field: |
Time of last modification of the object |