@@ -314,7 +314,48 @@ $('.calendar').fullCalendar ({
{
title: 'Project',
start: '2017-07-18',
- end: '2017-09-30',
+ end: '2017-09-30'
+ },
+ {
+ title: 'Contract',
+ start: '2017-10-02',
+ end: '2017-10-18',
+ borderColor: 'blue'
+ title: 'Holiday',
+ start: '2017-10-19',
+ end: '2017-10-24',
+ borderColor: 'red'
+ start: '2017-10-25',
+ end: '2017-11-21',
+ start: '2017-11-22',
+ end: '2017-11-26',
+ title: 'Project',
+ start: '2017-11-27',
+ end: '2017-12-22',
+ start: '2017-12-23',
+ end: '2018-01-05',
+ start: '2018-01-08',
+ end: '2018-03-30',
}
]
});