.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :In7la ay3y2;[Vg%&C}G] 34dw? JdՂ3! s ׉o<2 1oo~iCā1=3 *yckheMW5&wx!_ߦ(hz<f̶lCΪojDQ e#C>8FP("d]jA4e>S'Z&G}@tse J N5[y-ģL7͌2!UyߖiN؝1% > RJ=KB,+?gs;(Yw2m *])6"Jֻ 5AyYA=Fӿam)ZXQxKOBYL8FP("d= =a~vK&& r ,1H0N!'5ޏY \8UJUAPA>cDM߇]\ׄڴ8z?.+q2]aovw׆yj qQI^ZNAsqɾ:3u`{:Wl n+{H7.W<(|e)=KB,+?gs;(Yw2m *])6"Jֻ 5AyYA=Fӿӡ(LoWKOBYL?0N!'5ޏY \8UJUAPA>XcOtn~G0N!'5ޏY \8UJUAPA>K‘:) DVś]e\ׄڴ8z?.+q2]aovw׆yj =$/nTZO'W8nn&,`\ff'GڮU=Ol:)=#6)sS.n'c݉r.S2st9J{`xyؕ4О%4)+:*n;`nqhv"G!h`G;>ph諍| W*= l7WaC*1Qx 'ߏ$pԮ6\*r8W:'j4A 6kn '39]rcտy?*W5 xC 2Z|~QN{33!*}Do7+8nn&,`\ff'GڮU=i4TzMgsS.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Λgsx3k 怎H۷Ɯ:I<ڍ9h^&ƎL׎[zGYO^|gq / PC3(cZgwU<6Qv,ݮMfiUiSCN#03kMpgr,s:&t҇Q8nn&,`\fQ:ؼ K[4HesB3;~إ؋~WCD-cN2lo&!D;Fw,n1t4XQR 3cpLiiΘ5J Iiw'[)OihKKϸ7C_HXA 0A]% D<2Q["l;-CRտy?* vdvŠ-Y>Â|AbXݹZ;|a:q|Lc 2WMeV E& Z~\kw۵hЄƴA:YvWkN!'יbG#hܟz4ӻ7d׌A݉r.S2st9J"vŮC{.ee{/@+(-Y^lˍppointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 4", start: new Date(2016, 10, 24, 14, 0, 0), end: new Date(2016, 10, 30, 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: '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, 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", description: "description", location: "place", subject: "subject", resourceId: "calendar" }, view: 'monthView', views: [ 'dayView', 'weekView', { type: 'monthView', monthRowAutoHeight: true } ] }); });