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

    this.controllerAction = function() {
        this.jsonService(this.service('admin/calendars/list'));