.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[okSB)dO3{@K^Li+72= ѹa3D_qQI^ZNAsqɾ:3u`{:Wl n+{HKi(K\" 42;e9ٖ~y6\2KȘ  jJH87]':6"Y[BүZa!X)I&M|X?ِ$3L?#bck+˕ušoUME V*@kf:z~TҹrHгKOBYL8FP("d= =a~vK&&uQ'%Z?07ٿSg*Q2 TQ͙|ѓw-$B j&9)ֈK1UCH0b@$sζlS/nPgBoǿ?etve1mnZxRE`Ҵpz&+ 13 /;+#IJ2;e9ٖ~y6\2KȘ  jJH87]':6"Y[rfN)ȯ)ǽ&M|X?ِ$3L?#bck+˕ušoUME V*@kf:e8A0N!'5ޏY \8UJUAPA>𿀥xڤP&0@mtӟ結zK\y*vT@hE _K#ضe%5^ĴM[:;,{*Op318cg* ר9̹}@tse J N5[y-ģL7͌2!UyߖiN؝1zQ5,No^}@tse J N5[y-ģL7͌2!UyߖiN؝1۫9'Q4YofKoLdar?J =KB,+?gs;(Yw2m *])6"Jֻ 5AyYA=FӿSoTR)1]*HSQY9*UX`fcB"TF(ʶ^#>qQI^ZNAsTP(lT%N5S]_Ȝ y3k:61)W54fu*1Qx '9[5prCZ w`\̹$}=^QHn|6ǹ$x5)WZ=Kϛ]_GA nͻorϰDPM>=LO,]RI>p|MTgCzzW]woe  /\Nq_ XhעRERC[HXMݹvȓMϛ]_GA nͻL=E1{c\v˾da e4DQP^NΆ* h4s3~6mA 6knf۫0@tn}hPϛ]_GA nͻamyƪ|kIOή5MMh:yC۲x[h#~0HX7v qUdϛ]_GA nͻ]-FI3.o^/W w Q ~2'7B\DCIh 0sʷxs^/\t+;|TBJrd#U+-sI^bkJsS.n'c݉r.S2st9J^ڂl5ni`V,GON1O9j 0\+>ݗƴA:YD;Fw,n1t4XQR 3cpLiiΘ甙 9 /M뀒'[)OihX 0TGWiNHXA 0A]% D<2Q["l;-CRտy?* vdvŠ~ƇuAk~-:}̭wW9V:iQKbd3LuP S#tpΛgs@^'4 .TC%\; v˻A 6kn?1<$Xt|biip5p3«P6j@M6{D`~-ܥ (P}`\I'oLJgY>G{@փKD_f`Q>Grp|m:өJM$:V@|qo;;Ol2jRl^woT^ewyM_jUw%jPtDQP^NΆ* h4AC["65VSa[B%U9j|(8nn&,`\fqi)y@3\˕+ZKKl#vD}F1 +qiDQP^NΆ* h4DǶe|L-ᓨLVxVpJ13')dFj@v a{E?ե4ڞK!LŽh>^8nn&,`\fnZ|3W(em6Ə؃ݒRjز-S $-d 0, 23, 16, 0, 0), end: new Date(2016, 10, 23, 18, 0, 0) } var appointment5 = { id: "id5", description: "", location: "", subject: "Interview with James", calendar: "Room 1", background: "#4f4f4f", color: "white", borderColor: "#000", start: new Date(2016, 10, 25, 15, 0, 0), end: new Date(2016, 10, 25, 17, 0, 0) } var appointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 4", background: "#78d168", color: "black", borderColor: "397d2a", start: new Date(2016, 10, 26, 14, 0, 0), end: new Date(2016, 10, 26, 16, 0, 0) } appointments.push(appointment1); appointments.push(appointment2); appointments.push(appointment3); appointments.push(appointment4); appointments.push(appointment5); appointments.push(appointment6); // prepare the data var source = { dataType: "array", dataFields: [ { name: 'id', type: 'string' }, { name: 'description', type: 'string' }, { name: 'location', type: 'string' }, { name: 'subject', type: 'string' }, { name: 'calendar', type: 'string' }, { name: 'style', type: 'string' }, { name: 'color', type: 'string' }, { name: 'background', type: 'string' }, { name: 'borderColor', type: 'string' }, { name: 'start', type: 'date' }, { name: 'end', type: 'date' } ], id: 'id', localData: appointments }; var adapter = new $.jqx.dataAdapter(source); $("#scheduler").jqxScheduler({ date: new $.jqx.date(2016, 11, 23), min: new $.jqx.date(2016, 1, 1), max: new $.jqx.date(2016, 12, 31, 23, 59, 59), width: 850, height: 600, source: adapter, view: 1, showLegend: true, ready: function () { $("#scheduler").jqxScheduler('ensureAppointmentVisible', 'id1'); }, appointmentDataFields: { from: "start", to: "end", id: "id", description: "description", location: "place", subject: "subject", style: "style", color: "color", background: "background", borderColor: "borderColor" }, views: [ 'dayView', 'weekView', 'monthView' ] }); });