0.1.2-hotfix217.1 • Published 7 years ago

tocco-scheduler v0.1.2-hotfix217.1

Weekly downloads
18
License
-
Repository
-
Last release
7 years ago

Scheduler

Scheduler view of a calendar. Based on fullcalendar.io/scheduler/

##Embedding

React-registry name: scheduler

Input parameters

NameMandatoryDescription
localeISO Language Code
calendarsList of calendars to show in scheduler view.

Events

NamePayloadDescription
onDateRangeChangedateRange containing new startDate and endDateThis event is fired when the visible date range changes. e.g. switch from day to week view.
onCalendarRemoveid: id of source entity, calendarType: type of calendarGets fired when a user manually removed a calendar from the view by pressing "x" button
onEventClickid: id of source entity, model: name of the entityFired when an event in the calendar gets clicked
onRefreshFired when refresh button gets clicked