Like for example:
// Initialize page calendar
$('#calendar').fullCalendar({
minTime: '08:00:00',
maxTime: '18:00:00',
defaultView: defaultView,
height: getCalendarHeight(),
editable: true,
firstDay: firstWeekdayNumber,
snapDuration: '00:15:00',
timeFormat: timeFormat,
slotLabelFormat: slotTimeFormat
...