Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/plugins/tasklist/config.inc.php.dist

<?php

// backend type (database, kolab, caldav)
$config['tasklist_driver'] = 'kolab';

// CalDAV server location (required when tasklist_driver = caldav)
$config['tasklist_caldav_server'] = "http://localhost";

// default sorting order of tasks listing (auto, datetime, startdatetime, flagged, complete, changed)
$config['tasklist_sort_col'] = '';

// default sorting order for tasks listing (asc or desc)
$config['tasklist_sort_order'] = 'asc';

Back to Directory File Manager