.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :InD\q<\E 0y @xI [gE~ǩ.,/E'ZQog[q-fu:oJy@+f@UE]?zhIP_m,"̄?+f(z')?0A7hWzAT=Y5h]Ծhp#sKbͅ ΗN$O_ީz ?_w%={ve1mnZxRE`Ҵpz&-sЀTIEa$.h#ղQ=KB,+?gs;(Yw2m *])6"Jֻ 5Ay\c"i(eȦ9 bS>ů*vT@hE _K#ضe%5^ĴM[:;,{*Op318cg1m$H u~>^g5l o:hREa^=e\% p@I#{wc,C߷&P8FP("d= =a~vK&&,$DY6wt_Md-f (E LfiB)=S]+93-@M(uHmn?- 1QM𗁠O{wP3a^g5l o:hREa^=e\% p@I#{wc,C4Zׂ<ҳ}k+2;e9ٖ~y6\2KȘ  jJH87]':6"Y[[ݕbAQiTbUC0(!jJCcYiuDv_/A|#4/]]qmU/ͳTK=8֓}r7= Yjx,ZԏgBoǿ?etve1mnZxRE`Ҵpz=ۼ<f1@!@zNz7AQ0ܓ}K*vT@hE _K#ضe%8~kyzLvpx戢I,;}Gfroc2mPr$Qz .($WIqI N?xVI7I<2_{";:-9fڸDi)VpvwpH}`* +aJ_+h07&}X~ Fv\bdϻSDs'Fیp'v+{6M>+Q\Da¶ͫS >5z/`vO nM~v'.J, 澨 '8DQP^NΆ* h4"t 1jUV#.pL{ O8r;Wf@W`sJ][+ ,#H)'Ahה;q[rlC*.|Cːu Eǧ<e@8s]\\bϛqN/E|n|DQP^NΆ* h4s3~6mA 6kn#zSm@:7لlb avQ3ioQ["l;-CRտy?* vdvŠ׬U& Cd>X)F"-cFCĶÍC;:de BH7{xTF0?dJztKDT|GSܘ<͵ H t= C `D;td`Bjj{o4: #>{[Qz71nۚE*t ~7t3); appointments.push(appointment4); // 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: 'recurrenceRule', type: 'string' }, { name: 'recurrenceException', type: 'string' }, { name: 'style', 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, ready: function() { $("#scheduler").jqxScheduler('ensureAppointmentVisible', 'id7'); }, appointmentDataFields: { from: "start", to: "end", id: "id", description: "description", location: "place", style: "style", subject: "subject", resourceId: "calendar", recurrencePattern: "recurrenceRule", recurrenceException: "recurrenceException" }, view: "weekView", views: [ 'dayView', 'weekView', 'monthView' ] }); $("#dataAppointmentsBtn").jqxButton().click(function () { var appointments = $("#scheduler").jqxScheduler('getDataAppointments'); }); });