Skip to content

Office Hours Schedule

An office hours schedule defines the recurring weekly hours during which the workspace is open.

typestring

The type of the object - always office_hours_schedule.

Example:"office_hours_schedule"
idstring

The unique identifier for the office hours schedule.

Example:"123"
namestring

The name of the office hours schedule.

Example:"Standard Support Hours"
time_zone_namestring

The IANA time zone the schedule's hours are evaluated in.

Example:"America/New_York"
time_intervalsArray of objects(Office Hours Time Interval)

The open intervals that make up the weekly schedule.

twenty_four_sevenboolean

Whether the schedule is open 24/7.

Example:false
created_atinteger

The time the schedule was created as a Unix timestamp.

Example:1717200000
updated_atinteger

The time the schedule was last updated as a Unix timestamp.

Example:1717200000
{ "type": "office_hours_schedule", "id": "123", "name": "Standard Support Hours", "time_zone_name": "America/New_York", "time_intervals": [ {} ], "twenty_four_seven": false, "created_at": 1717200000, "updated_at": 1717200000 }