- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Getting started
- Use cases
-
API
- Object types
- Data types
- Global constants
- Work with apps
- Web requests
- Access permissions
- Document flow
- Live Chats
- “Code” widget
- Signatures
-
Business calendars
- CalendarDayBreak
- CalendarDaySettings
- CalendarScheduleDaySettings
- DefaultWorkCalendar
- NotWorkDaySettings
- ProductionScheduleGeneralSettings
- ProductionScheduleSpecialDay
- SpecialCalendar
- SpecialCalendarDay
- SpecialCalendars
- TimeFromAndTo
- UseDefaultDaySettings
- WorkCalendar
- WorkCalendarDay
- WorkCalendars
- WorkSchedule
- WorkScheduleType
- Integration with IP telephony
- Integration with email marketing services
Business calendar settings
The business hours and non-working days are defined in the Business Calendar. You can get the Business Calendar settings using the
ProductionSchedule.getGeneralSettings method.
Hierarchy
Properties
daySchedule
Workday schedule.
Type declaration
additionalBreakTimes: TimeFromAndTo[]
Additional breaks.
lunchTime: TimeFromAndTo
Main break (for example, lunch break).
workingTime: TimeFromAndTo
Working hours.
weekends
Non-working days.
Each day of the week is compared against the non-working day attribute.
Type declaration
friday: boolean
monday: boolean
saturday: boolean
sunday: boolean
thursday: boolean
tuesday: boolean
wednesday: boolean
Properties