- 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]
- Manage types
- Global context and isolation
- Manage apps
- Batch actions with app items
- Manage external services
- Scripts in widgets
- Web components
- Access permissions
- Getting started with processes
- Getting started with signatures
- Getting started with file previews
- Getting started with the organizational chart
- Getting started with users and groups
-
Getting started with the
Table data type - Dynamic calculation of event type
- 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
Hierarchy
Properties
Readonly default
Attribute showing that the calendar is being used as the default calendar.
Optional description
Description.
Optional Readonly id
Unique identifier (uuid).
name
Name.
Methods
delete
Deletes the calendar.
Returns Promise<void>
getDays
Returns calendar days for the specified year.
Parameters
from: TDate
to: TDate
Optional startAt: TDate
Returns Promise<readonly Readonly<WorkCalendarDay>[]>
Returns calendar days for the specified year.
Parameters
year: number
Optional startAt: TDate
Returns Promise<readonly Readonly<WorkCalendarDay>[]>
getSchedule
Get working schedule (cycle).
Returns Readonly<WorkSchedule<WorkScheduleType, CalendarScheduleDaySettings>>
getSpecialCalendar
Get associated calendar of exception days.
Returns Promise<SpecialCalendar | undefined>
resetSpecialCalendar
Unbind the celandar of exeption days.
Returns void
save
Saves changes in the calendar.
Returns Promise<void>
setSchedule
Set working schedule (cycle).
Parameters
schedule: WorkSchedule
Returns void
setSpecialCalendar
Bind a calendar of exception days.
Parameters
calendar: SpecialCalendar
Returns void
Properties
Methods