propertyMapCalServer.add(new DropBoxProperty());
propertyMapCalServer.add(new NotificationProperty());
propertyMapCalServer.add(new NotificationsProperty());
handlers = new HashSet<Handler>();
handlers.add( new ACLHandler( responseHandler, handlerHelper ) );
handlers.add(new MkCalendarHandler(webDavProtocol.getMkColHandler(), webDavProtocol.getPropPatchHandler()));
ValueWriters valueWriters = new ValueWriters();
PropFindXmlGenerator gen = new PropFindXmlGenerator( valueWriters );