@@ -429,16 +429,44 @@ $('.calendar').fullCalendar ({
start: '2019-08-09',
end: '2019-08-30'
},
+ {
+ title: 'Project',
+ start: '2019-09-03',
+ end: '2019-09-28'
+ },
+ start: '2019-10-01',
+ end: '2019-10-06'
{
title: 'Project',
start: '2019-10-01',
end: '2019-11-01'
+ title: 'Contract',
+ start: '2019-11-01',
+ end: '2020-01-31',
+ borderColor: 'blue'
+ title: 'Holiday',
+ start: '2019-11-26',
+ end: '2019-12-01',
+ borderColor: 'red'
title: 'Holiday',
start: '2019-12-23',
end: '2020-01-05',
borderColor: 'red'
+ start: '2020-02-01',
+ end: '2020-03-31',
}
]
});