Fullcalendar Component
Fullcalendar
Introduction
Documentation
Quick Start
/** @type {svy-fullcalendar.FullCalendarOptions} */
var options = {
eventSources: [ {events: [{ title: "lunch event", start: new Date() }]}],
selectable: true,
editable: true,
defaultView: 'agendaWeek',
showCurrentTimeline: true
}
var calendar = elements.fullcalendarElementName.fullCalendar(options);Demo Solution
Last updated
Was this helpful?