.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :InEN{UU;}bϐߺXr.պ^i6˸m'BW`\RI?wp8$^x?3Z@gZ偯>ht=n땼d4"݆[@T";0yFwoGW4?qB֬|_ŭ1&^[cT * )̠PhF-8Ea^=e\% p@IFR!h> R^%X)}@tse J N5[y-ģL7͌2!UX *SSN{)Xj'Ү2;e9ٖ~y6\2KȘ  jJH87]':6"Y[:^E;H"82P^*vT@hE _K#ضe%5^ĴM[:;,{*Op318cgxi w]OfB"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{HdU|й}@tse J N5[y-ģL7͌2!UyߖiN؝1"gt=KB,+?gs;(Yw2m *])6"Jֻ 5AyYA=FӿnϙL#J#Ɂ^lq;S BcL rW\]LfiB)=S]+93-@M(uHmnZEw7o+ش!L" TQ͙|ѓw-$B j&9)ֈK1UCjiqQI^ZNAsqɾ:3u`{:Wl n+{HL (i %\ׄڴ8z?.+q2]aovw׆yj 8DrlC*.|ͳA=\HY@8s]\\bѹȫ+4i +LDQP^NΆ* h4s3~6m[v Fn.#B!J!rh4y8C"L>yט|P](aw%K+}XƚUUՕC,[vCw]BCbX{K,ʚ;3ϊq*숻 9.9CpQ^ʆܦ,X<鐐l#ete#_1?r%8nn&,`\f﫭Eٳ] s  :`y2C5tޔ` &~x 㕽.i Gm7Zs17 &f:АwԳELMdPK"q'{~I}"Wʇ-O'䇫3q7(N/a}=Co 3;yxPhH±rf&!ufNWkQ%[Md:лz"-cFCĶ*+& d8nn&,`\f\wU-yrY뇬=ƍnZ<鐐l#eIl{Q BNgL'8nn&,`\f﫭Eٳ] s&vٍ/>[RmVmֺ^DtaOɎ զij*nQB/VN)t<brۯx`p]w󢬲=Kpƭ.N>v2whnHCс$WIqI N?xVrlHqKx"yV_";:-9fuaD0$"wpH}`* +aJ_+h0ƦJIaq9tjMfigvc p<[8 J2f yt5+ԑX G<鐐l#eIl{Q BNgL'8nn&,`\f﫭Eٳ] s\%eZ2C5tޔ` &~x 㕽.i Gm7Zs17 &f:)wzI ]Ca n1JXɪ&v+񏐧L`BPAd0n'{V44b^bz2o_4UQ/"-cFCĶrDFׂQI{ϛ]_GA nͻ~OطaRDQP^NΆ* h4LYK8_Ēz :ǟ7'&A 6knG5-"Z^Q !c"FVf"䴒Rjز-S $-d  ϛ]_GA nͻ{'3ُ L!j/|X+;˻*M@:E k9mB)#Oeg3䋲^B/΀ĥH id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 3", 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, dayNameFormat: "abbr", source: adapter, showLegend: true, ready: function () { $("#scheduler").jqxScheduler('ensureAppointmentVisible', 'id1'); }, resources: { colorScheme: "scheme04", dataField: "calendar", orientation: "vertical", source: new $.jqx.dataAdapter(source) }, appointmentDataFields: { from: "start", to: "end", id: "id", description: "description", location: "place", subject: "subject", resourceId: "calendar" }, view: 'timelineWeekView', views: [ { type: 'timelineDayView', appointmentHeight: 30 }, { type: 'timelineWeekView', appointmentHeight: 30 }, { type: 'timelineMonthView', appointmentHeight: 30 } ] }); });