0.1.2-hotfix217.1 • Published 7 years ago
tocco-scheduler v0.1.2-hotfix217.1
Scheduler
Scheduler view of a calendar. Based on fullcalendar.io/scheduler/
##Embedding
React-registry name: scheduler
Input parameters
Name | Mandatory | Description |
---|---|---|
locale | ISO Language Code | |
calendars | List of calendars to show in scheduler view. |
Events
Name | Payload | Description |
---|---|---|
onDateRangeChange | dateRange containing new startDate and endDate | This event is fired when the visible date range changes. e.g. switch from day to week view. |
onCalendarRemove | id : id of source entity, calendarType : type of calendar | Gets fired when a user manually removed a calendar from the view by pressing "x" button |
onEventClick | id : id of source entity, model : name of the entity | Fired when an event in the calendar gets clicked |
onRefresh | Fired when refresh button gets clicked |