- 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]
- Manage types
- Global context and isolation
- Manage apps
- Work with 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 - Use cases
- API
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