.&1|?" {}:+dV8msM.h%bQ#oޛ D݈n#÷ ¦3 zk&Z|Y#_̇)!ܰC liu|fL0G+>.$Xe)4)M.)f[7 D@\+ʳDAϑQl_`w%@Ll9W:#.K6&gBoǿ?etve1mnZxRE`Ҵpz A!&` ATЈɯ ^g5l o:hREa^=e\% p@I̖atXeq\ׄڴ8z?.+q2]aovw׆yj 8FP("d= =a~vK&&> D2M1,s#A!p Qv^g5l o:hREa^=e\% p@I#{wc,C߫eP tuWgBoǿ?etve1mnZxRE`Ҵpz1fWMp}xӮ971?\[7H TQ͙|ѓw-$B j&9)ֈK1UCQ`جscW+TYJ:.ibr2;e9ٖ~y6\2KȘ  jJH87]':6"Y[M-]QPe \ׄڴ8z?.+q2]aovw׆yj 8FP("d= =a~vK&&čՂv3K5ݨώR>+'(YMB"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{Hv@۬r藍bUC0(!jJCcYiuDv_/A|#4/]]qmU/ͳTKZ5n= /&?#x-]gBoǿ?etve1mnZxRE`Ҵpzt TyϋdG= Yjx,ZԏgBoǿ?etve1mnZxRE`ҴpzSR@ @kvyu7fcp[)  TQ͙|ѓw-$B j&9)ֈK1UC;.,~" T"OO>S^g5l o:hREa^=c@i`gH;kށgaHF}7ѐV1&h72B?p6*d!ÕD7}dIj}ۄ* >i6 tMF{3{@^n@ Qt~dӓ)0WIqI N?xV(WK#.EJ";:-9f؉ wSXwpH}`* +aJ_+h0ƦJIaq9tjMfigvc p<[8 { ^tMۛϛ]_GA nͻPB`mrKU٣֕O?sDl/ֆ}VFC`6C(wDQP^NΆ* h4~HO{, $ʖa+X}TGOP,Қu}[…+2At[F#(U 8o.JYs36v%e5Q_RUV>M꣊Tx} ͍&y=75}#EA"7a|+Lsہ~YT+aJ_+h0h~ B^^M5N7怯,oO!w9>h &dX;)I"w.QK}l@3\˕+ZKl퀨"yW(u8=WnWWW杢2C5tޔ` &~x 㕽.i PjL34*' ~65AD.FLK"q'{~I}"Wʇ-O'䇫3ڃ,yt7a}=Co 3ZXM꣊T2)f,^S)4wy=75}#EA"7a|+Lsہ~YT+aJ_+h0h~ B^ /oڠU ]qm!tT;v calendar: "Room 1", start: new Date(2015, 10, 25, 15, 0, 0), end: new Date(2015, 10, 25, 17, 0, 0) } var appointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 4", start: new Date(2015, 10, 26, 14, 0, 0), end: new Date(2015, 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 }; $scope.settings = { date: new $.jqx.date(2015, 11, 23), width: 850, height: 600, source: source, view: 'weekView', showLegend: true, created: function (args) { args.instance.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' ] }; });