.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o/6d ǂ :InuGh^JOO%O̚bsSp^`~IlT–bxMv= @J(1?ցK0GCHdvsɄ+뿨#L TgIŏM:*@ʂƂ |~֟wca¶z\U>P~ $i%dxbCډһJq򂙼I%OA]m -/[>N{m} 7"΂6\2KȘ  jJH87]'բ s=p3 q>KެcMюPJᛮbUC0(!jJCcYiuDv_/A|#4/]]pr$%JEWLQ0[Gv.t&M|X?ِ$3L?#bck+˕ušoUME V*@kf::H=?Ȑ5B"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{H8{řy5@и&&\bEH$$1=3 *yckheMW5&wqbDdOP()s|=3䳉bUC0(!jJCcYiuDv_/A|#4/]]qmU/ͳTK;_b 珏X2KOBYL𿀅"Tlv ƅ&m#Y^OB"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{H]0p$r6g)0N!'5ޏY \8UJUAPA>ϸ2F@Ǩ Z\ׄڴ8z?.+q2]aovw׆yj *pZu^g5l o:hREa^=e\% p@I#{wc,CU6lq\ĸCB"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{H(Wwz w_&\bEH$$1=3 *yckheMW5&wqbDdOP|x Bi<#_!BZd ojDQ e#C>8FP("d= =a~vK&&CBrys&#7) 3&2;e9ٖ~y6\2KȘ  jJH87]':6"Y[~ ޟXMzKOBYL:@ϱo7}riP+ $-d pڈK^%JXɪ&v+񏐧L`BPA!Ӓ(R `JV44bsۘ;"-cFCĶrDFׂQI{ϛ]_GA nͻ~OطaRDQP^NΆ* h4q7qo2/:$d' \4^D7}riP+ $-d QbXлǓ^t2}n-} pVf7AjU06Q}=^QHզwI0#&[P3Uϛ]_GA nͻorϰDPZ|~QN{3p0ŖDѻA 6kn lmR oewb" >2Wb*.1{\eiK&%l%$dIj}ointment6 = { id: "id6", description: "", location: "", subject: "Interview with Nancy", calendar: "Room 2", 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: "scheme02", dataField: "calendar", orientation: "horizontal", resourceColumnWidth: "auto", source: new $.jqx.dataAdapter(source) }, appointmentDataFields: { from: "start", to: "end", id: "id", description: "description", location: "place", subject: "subject", resourceId: "calendar" }, view:0, views: [ 'monthView' ] }); });