@@ -400,6 +400,45 @@ $('.calendar').fullCalendar ({
title: 'Project',
start: '2019-01-01',
end: '2019-03-30'
+ },
+ {
+ title: 'Project',
+ start: '2019-03-05',
+ end: '2019-04-29'
+ title: 'Contract',
+ start: '2019-05-01',
+ end: '2019-08-01',
+ borderColor: 'blue'
+ title: 'Holiday',
+ start: '2019-06-15',
+ end: '2019-06-22',
+ borderColor: 'red'
+ start: '2019-08-01',
+ end: '2019-08-08',
+ start: '2019-08-09',
+ end: '2019-08-30'
+ start: '2019-10-01',
+ end: '2019-11-01'
+ start: '2019-12-23',
+ end: '2020-01-05',
}
]
});