<?php
/**
 * Default settings for the davcal plugin
 *
 * @author Andreas Boehler <dev@aboehler.at>
 */

$conf['hide_settings']          = 0;
$conf['disable_ics']            = 1;
$conf['disable_sync']           = 1;
$conf['monday']                 = 0;
$conf['timezone']               = 'local';
$conf['workweek']               = 0;
$conf['weeknumbers']            = 0;
$conf['timeformat']             = 'lang';
$conf['default_client_id']      = '';
