roundcubemail-plugins-kolab/plugins/tasklist/config.inc.php.dist

14 lines
447 B
Text
Raw Normal View History

<?php
// backend type (database, kolab, caldav)
2023-04-21 15:08:42 +02:00
$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';