* @version N/C
* @throws ECARException
*/
private void carregarAgenda() throws ECARException {
agendaOcorrenciaDao = new AgendaOcorrenciaDao(this.getRequest());
String strNow = Data.parseDate(Data.getDataAtual());
this.getRequest().setAttribute("dataDe", strNow);
this.getRequest().setAttribute("ativo", "S");