- 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
Calendar of exceptions
Hierarchy
Properties
Optional description
Calendar description.
Optional Readonly id
Unique identifier of the calendar.
name
Calendar name.
Methods
delete
Delete calendar.
Returns Promise<void>
deleteDays
Delete all the calendar days for the passed year.
Parameters
dates: TDate[]
Returns Promise<void>
Delete all the calendar days for the passed year.
Parameters
year: number
Returns Promise<void>
getDays
Returns calendar days for the specified year.
Parameters
from: TDate
to: TDate
Returns Promise<readonly Readonly<SpecialCalendarDay>[]>
Returns calendar days for the specified year.
Parameters
year: number
Returns Promise<readonly Readonly<SpecialCalendarDay>[]>
save
Save calendar.
Returns Promise<void>
saveDays
Create or change days in a calendar.
Parameters
days: SpecialCalendarDay[]
Returns Promise<void>
Properties
Methods