function listController() {
    ctrlFactory.list.call(this, '/rest/admin/calendarevents');

    this.controllerAction = function() {
        this.jsonService(this.service('user/calendarevents/list'));