@@ -297,8 +297,25 @@ $('.calendar').fullCalendar ({
{
title: 'Project',
start: '2017-01-24',
- end: '2017-03-18',
+ end: '2017-03-31',
},
+ {
+ title: 'Contract',
+ start: '2017-04-01',
+ end: '2016-07-03',
+ borderColor: 'blue'
+ },
+ title: 'Holiday',
+ start: '2017-07-04',
+ end: '2017-07-15',
+ borderColor: 'red'
+ title: 'Project',
+ start: '2017-07-18',
+ end: '2017-09-30',
+ }
]
});