function getController() {
    ctrlFactory.get.call(this, '/rest/admin/calendars/:id');

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