@@ -111,4 +111,52 @@ export default [
111111 start : now ,
112112 end : now ,
113113 } ,
114+ {
115+ id : 16 ,
116+ title : 'Video Record' ,
117+ start : new Date ( 2015 , 3 , 14 , 15 , 30 , 0 ) ,
118+ end : new Date ( 2015 , 3 , 14 , 19 , 0 , 0 ) ,
119+ } ,
120+ {
121+ id : 17 ,
122+ title : 'Dutch Song Producing' ,
123+ start : new Date ( 2015 , 3 , 14 , 16 , 30 , 0 ) ,
124+ end : new Date ( 2015 , 3 , 14 , 20 , 0 , 0 ) ,
125+ } ,
126+ {
127+ id : 18 ,
128+ title : 'Itaewon Halloween Meeting' ,
129+ start : new Date ( 2015 , 3 , 14 , 16 , 30 , 0 ) ,
130+ end : new Date ( 2015 , 3 , 14 , 17 , 30 , 0 ) ,
131+ } ,
132+ {
133+ id : 19 ,
134+ title : 'Online Coding Test' ,
135+ start : new Date ( 2015 , 3 , 14 , 17 , 30 , 0 ) ,
136+ end : new Date ( 2015 , 3 , 14 , 20 , 30 , 0 ) ,
137+ } ,
138+ {
139+ id : 20 ,
140+ title : 'An overlapped Event' ,
141+ start : new Date ( 2015 , 3 , 14 , 17 , 0 , 0 ) ,
142+ end : new Date ( 2015 , 3 , 14 , 18 , 30 , 0 ) ,
143+ } ,
144+ {
145+ id : 21 ,
146+ title : 'Phone Interview' ,
147+ start : new Date ( 2015 , 3 , 14 , 17 , 0 , 0 ) ,
148+ end : new Date ( 2015 , 3 , 14 , 18 , 30 , 0 ) ,
149+ } ,
150+ {
151+ id : 22 ,
152+ title : 'Cooking Class' ,
153+ start : new Date ( 2015 , 3 , 14 , 17 , 30 , 0 ) ,
154+ end : new Date ( 2015 , 3 , 14 , 19 , 0 , 0 ) ,
155+ } ,
156+ {
157+ id : 23 ,
158+ title : 'Go to the gym' ,
159+ start : new Date ( 2015 , 3 , 14 , 18 , 30 , 0 ) ,
160+ end : new Date ( 2015 , 3 , 14 , 20 , 0 , 0 ) ,
161+ } ,
114162]
0 commit comments