protected Void doExecute(PartakeConnection con, IPartakeDAOs daos) throws DAOException, PartakeException {
IEventAccess dao = daos.getEventAccess();
dao.truncate(con);
for (int i = 0; i < N; ++i) {
dao.put(con, new Event(ids.get(i), "title", "summary", "category",
new DateTime(i), null, "url", "place",
"address", "description", "#hashTag", TestDataProvider.EVENT_OWNER_ID,
null, null, null, false,
Collections.singletonList(TestDataProvider.EVENT_EDITOR_ID), new ArrayList<String>(), null,
new DateTime(i), new DateTime(i), -1));