Migrating calendar from Smart and Web client to NG client
Resources
Annotations
var options = {
eventSources: [events: [{ title: "lunch event", start: new Date(), id: 1 }]],
businessHours: {
start: new scopes.svyDateUtils.DateTime().toStartOfDay().addHours(9).date,
end: new scopes.svyDateUtils.DateTime().toStartOfDay().addHours(17).date,
dow: [1,2,3,4,5] // Apply businessHours Monday to Friday
}
}
elements.calendarElementName.fullcalendar(options);Event rightClick
Calendar dayRightClick (deprecated)
Timeline
Last updated
Was this helpful?