diff --git a/plugins/kolab_delegation/kolab_delegation.php b/plugins/kolab_delegation/kolab_delegation.php index 8596009e..c828093c 100644 --- a/plugins/kolab_delegation/kolab_delegation.php +++ b/plugins/kolab_delegation/kolab_delegation.php @@ -80,7 +80,9 @@ class kolab_delegation extends rcube_plugin } // Calendar plugin UI bindings else if ($this->rc->task == 'calendar' && empty($_REQUEST['_framed'])) { - $this->calendar_ui(); + if ($this->rc->output->type == 'html') { + $this->calendar_ui(); + } } }