.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :InV'aGdRxB+[* 1I/^ ]?mdzr 7]G{5*-v6:g#JOR@3+V -jBojDQ e#C>8FP("d]jA4e$(A-wI^;6sglsJ6?B"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:FJ<[>Ĺ4P >G#Gtr}Z TQ͙|ѓw-$B j&9)ֈK1UCsS~FZ\0RO3oɤwP`LfiB)=S]+93-@M(uHmnnfAB#jp4]WֿgBoǿ?etve1mnZxRE`ҴpzTF]>yŲ_7zg B"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{H@;M`* w2;e9ٖ~y6\2KȘ  jJH87]':6"Y[P[˱/-l^*vT@hE _K#ضe%5^ĴM[:;,{*Op318cgɎ&\bEH$$1=3 *yckheMW5&wqbDdOP %ȿV d]I# JW.LLfiB)=S]+93-@M(uHmn.dtZ8FP("d= =a~vK&&n}O׭[3W2;e9ٖ~y6\2KȘ  jJH87]':6"Y[O?=zocZ2;e9ٖ~y6\2KȘ  jJH87]'5QF&:pq!Я(.v4DQP^NΆ* h4s3~6mA 6knf۫0@tn}hPϛ]_GA nͻ?k!œ1ӻܝF\gXQ,I [v eiK&%l%$G{@־)ƛN!uqPv-Q>Grp|m:өJM$:V@|qo;;0 k m2jRl^woT^ewyMؤ- Z DQP^NΆ* h4PY;'ꇟ"65VSa[B%U9j|(8nn&,`\fqi)y@3\˕+ZK{ 0x?DHH ewt+mm+}`\I'oLJgY6N@ƢktA 6kn'_{1==C`~z<^AU_"sDl/*nQB/VN)t춓XDQP^NΆ* h4~HO{, 323QWZȢ_OP,Қu}[…+2At[F#(U 8o.JYs3.8x8gUV>M꣊TS\(DK#<y=75}#EA"7a|+Lsہ~YT+aJ_+h0h~ B^Wں".""ϛ]_GA nͻestk?'9A 6knOйç^\RBŖޠ0g3x@\sDl/*nQB/VN)Ꟊz:/DQP^NΆ* h4~HO{, ^v0?3[˂ OP,Қu}[…+2At[F#(U 8o.JYs3ag1.[tiIUV>M꣊T2)f,^S)4wy=75}#EA"7a|+Lsہ~YT+aJ_+h0h~ B^$x LvT 'cAs28nn&,`\f#}B,L4WCZ9\G!:q|Lc ٦΄hB,0˄x3k 怎H۷Ɯ:I<ڍ9u^D65(ȏ[zGYO^|gq / PCe!ZQ#q,]сB!+3E } var appointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", status: "busy", calendar: "Tom", 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: 'status', type: 'string' }, { name: 'calendar', 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), width: 850, height: 600, source: adapter, view: 1, showLegend: true, ready: function () { $("#scheduler").jqxScheduler('ensureAppointmentVisible', 'id1'); }, resources: { colorScheme: "scheme05", dataField: "calendar", source: new $.jqx.dataAdapter(source) }, appointmentDataFields: { from: "start", to: "end", id: "id", status: "status", description: "description", location: "place", subject: "subject", resourceId: "calendar" }, views: [ 'dayView', 'weekView', 'monthView' ] }); });