$('body').pagescalendar({
endYear: moment().add(10, 'year').format('YYYY'),
format: 'MMMM YYYY, D dddd',
scrollToFirstEvent:false,
scrollToAnimationSpeed:300,
//Event display time format
dateFormat: 'MMMM Do YYYY',
slotDuration: '30', //In Mins : supports 15, 30 and 60
onViewRenderComplete: function() {},
onEventDblClick: function() {},
onEventClick: function(event) {},
onEventRender: function() {},
onEventDragComplete: function(event) {},
onEventResizeComplete: function(event) {},
onTimeSlotDblClick: function(timeSlot) {},
onDateChange:function(range){}