- 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
Object for working with calendars of exceptions
Hierarchy
Methods
create
Create a new calendar of exception days.
Returns SpecialCalendar
getById
Get calendar of exception days by its ID.
If the calendar cannot be found (for example, it has been deleted), the method returns
undefined
.Parameters
id: string
Returns Promise<SpecialCalendar | undefined>
list
Get a list of calendars of exception days of the company.
When working with a large number of calendarrs, you can get them in portions and set the start of the selection dynamically.
Parameters
Optional size: undefined | number
Optional from: undefined | number
Returns Promise<SpecialCalendar[]>
Methods