.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :InRم AM&T`] :cQK܏+=+L=?ۍl$\L/;Fbŷ@oG8.Y6Ȓ#pJ.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&&7h?C@&!( ewi~ձ/^g5l o:hREa^=e\% p@I#{wc,CsǤ\R#CڋKOBYL#F$KOBYL8FP("d= =a~vK&&=NA>:S&oYyJHvކ40<(bUC0(!jJCcYiuDv_/A|#4/]]G vA0 -pNͰi @ Qt~dӓ)0)>1/:UUm/%HB)#OeŊztaG ^B[tgSggy@kɛ3w jjqZk* -k_O)ud"ZܧTt_ٕ~A2j@~1Ǽ+dAp0ŖDѻA 6knE7N񃤷t=Tę](#NZhrDQP^NΆ* h4DǶe|L-?Mo}Q+ BkqyOgaHm Gm7Zs17 &f:U7nxtF8nn&,`\f+SƀN_A"?eucIKb(Q#M&6ib$p~LtC=BNŰbPCh"3Q;H,Hz9fs5ox`2Fx[X58F9tjMfigvz|RR{^T40% D<2b}fBW>~9º9)t DQP^NΆ* h4DǶe|L-ᓨLVxVpqyOgaHm Gm7Zs17 &f:V.ΉeMuW"-cFCĶ|ӧd,*믴Ar!]LP(;C ZS9`8M҈]>WIqI N?xVI7I<2_{";:-9fK# W7T^}wpH}`* +aJ_+h0ƦJIaq9tjMfigvc p<[8 =Qd׍ur@6i.o8Ņ{c &h8&Q-w)_مA}`\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-ᓨLVxVpqyOgaHm Gm7Zs17 &f: ?"-cFCĶ|ӧd,f 3U6ީK(;C ZS9`8M҈]>WIqI N?xVG#ATY";:-9fFR<=0gwpH}`* +aJ_+h0ƦJIaq9tjMfigvc p<[8 )S{+tTCjrS՝gh &dX;)I"wS< DOb6B2 @3\˕+ZKl퀨"yW(u܏w_vXg' ?k]2C5tޔ` &~x 㕽.i Gm7Zs17 &f:DRWT3.TH=pK"q'{~I}" var appointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 4", 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: '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: 'weekView', 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" }, views: [ 'dayView', 'weekView', 'monthView' ] }); $("#excelExport").jqxButton(); $("#xmlExport").jqxButton(); $("#csvExport").jqxButton(); $("#tsvExport").jqxButton(); $("#htmlExport").jqxButton(); $("#jsonExport").jqxButton(); $("#pdfExport").jqxButton(); $("#icalExport").jqxButton(); $("#excelExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'xls'); }); $("#xmlExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'xml'); }); $("#csvExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'csv'); }); $("#tsvExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'tsv'); }); $("#htmlExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'html'); }); $("#jsonExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'json'); }); $("#icalExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'ics'); }); $("#pdfExport").click(function () { $("#scheduler").jqxScheduler('exportData', 'pdf'); }); });