- 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
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